PHP Files Not Work On My Server

Apr 24, 2008

I have a dedicated server, on this server I have only 2 website.

I created an account before and that account work correctly.

now I created a new account and when I trying to run a simple php file show me "Internal Server Error".
I can view html files and I haven't .htaccess file .

Server Inofrmation:
CentOS , cPanel , Apache 2, PHP 5

View 11 Replies


ADVERTISEMENT

Apache :: 2.2 To 2.4 Includes No Longer Work For SHTML Files

Oct 23, 2014

I use the Apache server included with Mac OSX as my local development and testing environment for front-end web coding work. On the latest update to Yosemite (10.10), all of my .shtml files stopped processing my include virtual statements (or any SSI statements, for that matter).

I'm not seeing any errors, but the includes just show up like commented out code in the HTML when I view source. I've set up Apache to use a httpd-vhosts.conf for my various local dev servers (project1.local, test.local, etc...) Nothing seems to work.

View 2 Replies View Related

Server-cannot Get It To Work

Sep 13, 2007

I doubt that anyone can solve this, but here goes...

This is my first server, and I simply cannot get it to work.

MY CONFIGURATION:

Speedstream 4200 DSL modem w/ethernet line to NETGEAR Wireless Router (WPN824). The router connects with CAT5 cable to my Windows XP server computer (which has the latest Apache and PHP). Wirelss signal is used for my other computer.

I am running Apache with no-ip as well. My site name is: [url]

MY PROBLEM:

I have set up HTTP port forwarding in my modem (which for some reason acts as a router as well) to port 80, with my server address as 192.168.254.10 The problem is that I cannot connect to my web site within my network. My friend is able to view the website from his home.

I am not able to configure my NETGEAR router to accept the port forwarding of 192.168.254.10 because it isn't a "valid LAN address" --- but I can't configure my modem to use a different address either.

1. My modem is plugged into the Internet Port on my WPN824
2. My XP server is plugged into one of the four LAN PORTS on my WPN824
3. My modem is set to forward port 80 to 192.168.254.10
4. My WPN824 is set to forward port 80 to your XP server address 192.168.1.3

Obviously something is wrong with my guess, because just forwarding the modem to 192.168.254.10 doesn't seem like it could get my friend connected all the way through to your Apache server.

IP ADDRESSES:

Default Gateway: 192.168.254.254
XP/Apache: 192.168.1.3
Speedstream 4200 Modem: 192.168.254.254
NETGEAR: 192.168.1.1
Server (forwarded on 80): 192.168.254.10

The 'default gateway' is set to (according to an ipconfig run) 192.168.1.1 (NETGEAR router) However, the 'default gateway' in the NETGEAR router page says that "gateway IP address" is 192.168.254.254 (modem)...

STATIC IP?

Also, my Network Connections is set to 'obtain IP address automatically'. I have tried to set it to a static IP, but it doesn't work. The router wil not allow me to forward to the server with any IP that is?.254.?

Unfortunately, this setup is very complicated and I think that something is conflicting.

I have this felling that I'm really close but that something very small is in the way.

View 7 Replies View Related

Mysql Server Won't Work

Jul 1, 2009

I did an apache rebuild and about two hours later, my mysql stopped working.

So i tried various rebuilds to see if perhaps it was suoshin (this caused php to stop working on my server before) but to no avail, this hasnt fixed it. I cant even access the databases via phpmyadmin.

I've restarted the mysql server, apache, i've rebooted a couple times. I don't know what to do.

View 7 Replies View Related

FDCServers Sell You A Server That Not Work

Oct 23, 2008

I have order 2 servers from ftp at October 12 2008, both are setup at same time!

At October 13, the general support tell me that server have been hacked? I haven't start using both servers, why them are been hacked? they said the problem is sloved... so ok...

I got plesk installed on both server, but both server ftp not working. the ftp module is installed but i cannot connect from anywhere on the work!

I create 4 new ticket to sales, general support and billing, but no one want slove the problem, they reply me like this:

""We offer only the default OS installs.

The helpdesk does not provide support in configuration of any software packages. You may however contact our managed services department at help@fdcservers.net for a price/availability quote. If you would like us to move your ticket to their department, please let us know.""

the server is setup error and got hacker attack it, they just leave it without doing anything, what should i do?

I already write a ticket to cancel servers, but until now no response!

I just want you guy to know, If alphared don't have problems, i will still stay with them! I will never use FDCservers any more!

View 10 Replies View Related

Changing How Server Directories Work

Aug 12, 2007

is there a way to change your server so that if you're trying to link to site.com/a/page.html through a link on site.com/b/page.html you can simply put /a/page.html instead of having to put ../a/page.html? I've noticed that some sites don't use the .. and was wondering how I could do the same.

View 1 Replies View Related

How Does Multi Server Thing Work

Jul 31, 2007

say you run a script like DIGG and then it just became huge and huge and one day u find out that a server cannot run it alone, that is u need to get multi servers to cope with the traffic and database requests. How would people go about doing that? Is it the script implementation side of change or just server side of change?

View 3 Replies View Related

Red5 Server Doesn't Work

Dec 10, 2007

i want to install a red5 streaming server on FreeBSD6.2

The install was no problem and i get no errors.

So far so good.

But, i want to stream with the rtmp protocal so i used flv player to test. The link i tried was rtmp://xxx.xxx.xxx.xxx/oflaDemo/Transformers.flv (standard red5 example file)

But i get nothing on the screen, i tried a lot of other urls but no succes, red5 seems to work (see below for details)

How can i test of red5 works after a standard installation?

Netstat -ant
tcp4 0 0 xxx.xxx.xxx.xxx.1935 *.* LISTEN
tcp4 0 0 xxx.xxx.xxx.xxx.5080 *.* LISTEN
tcp4 0 0 xxx.xxx.xxx.xxx.8088 *.* LISTEN

conf/red5.properties
# HTTP
http.host=xxx.xxx.xxx.xxx
http.port=5080
# RTMP
rtmp.host=xxx.xxx.xxx.xxx
rtmp.port=1935
rtmp.event_threads_core=16
rtmp.event_threads_max=32
# event threads queue: -1 unbounded, 0 direct (no queue), n bounded queue
rtmp.event_threads_queue=-1
rtmp.event_threads_keepalive=60
rtmp.send_buffer_size=271360
rtmp.receive_buffer_size=65536
rtmp.ping_interval=5000
rtmp.max_inactivity=60000
# RTMPT
rtmpt.host=xxx.xxx.xxx.xxx
rtmpt.port=8088
rtmpt.ping_interval=5000
rtmpt.max_inactivity=60000
# Debug proxy (needs to be activated in red5-core.xml)
proxy.source_host=127.0.0.1
proxy.source_port=1936
proxy.destination_host=127.0.0.1
proxy.destination_port=1935

View 0 Replies View Related

How To Make Mod_rewrite Work On New Apache Server

Dec 8, 2006

we've been running our software on apache 1.3 for years with no problems. We have a new server running apache2 and now none of our mod_rewrite works. Is there something extra that needs to be done with apache 2 to get mod_rewrite working? The module is definitely loaded (first thing I checked). If we turn on allowOverride from None to All in the httpd.conf we get completely blank pages. Our regular php pages work fine with allowoverride set to none, but they all break when it is set to all. Please help. This is the second time we have run into this on apache 2 servers.

View 2 Replies View Related

How Does Server Notice Period Thing Work

Jun 2, 2008

I have a dedicated server with a provider. They have a notice period of 30 days, to cancel the server. The billing date of the server is 13th of every month.

I sent them the cancellation form on 30th of last month, asking them to terminate the server by 1st of next month (thereby 30 days notice). But they say that they will bill me on this 13th for another full month, and they'll cancel the server only on 13th of next month! WTF? So, the notice period becomes 43 days!

I have never experienced something like this with other providers I'm using but just wanted to know..

View 4 Replies View Related

Cheap Dedicated To Work As A Backup Server

Apr 1, 2008

cheapest dedicated to be used as a remote backup server. This server will be used to backup the fiels of other servers. We need this server to have raid1 or raid5 and at least 1TB of available hard disk space (we want to pay one time fee for the HDs, not monthly).

We've looked into the cheapest (server4you, serverpront) but their cheapest servers can't be customized.

As we are looking for cheapest solutions we are going to have a copy of this backup on another (cheap) DC. So we need 2 cheap places.

View 14 Replies View Related

Server Crash: Detective Work Advice

Sep 5, 2007

I am running FC2 with cPanel.

My server stopped responding to everything from http to ping and I had to do a hard reboot on it.

Now, I'd like to figure out what happened but am not sure where to start. I've been sifting through /var/log/messages but can't pin point what I'm looking for.

View 6 Replies View Related

Apache :: How Client Server Sockets Work

Oct 17, 2013

I know that port 80 is reserved for HTTP communication to clients on the apache server,and that the client can receive the HTTP response to any port on the client machine, I think there might be more details to it than this. I am required to describe how client and server sockets are used for the client/server communication between an Apache Web server and Web client processes.

View 1 Replies View Related

Cpanel + CentOS + Red5 Flash Media Server. Can It Work

Apr 17, 2009

I have VPS with CPanel and CentOS but i need to install Red5

can it work and can someone post a step by step tutorial host to install Red5. On Red5 web page is tutorial but when i try to install i get some errors and i have low experience in linux.

View 6 Replies View Related

Cannot Send Mail Through VPS SMTP Server. The Usual Fixes Didn't Work.

Feb 1, 2007

Over the past week, the SMTP server on my VPS has been hanging whenever I try to send an email from my computer. It'll eventually work again, but now it's been down for the count for about 18 hours. Tech support keeps on recommending minor fxes and issuing standard responses like "try disanbling your firewall" and the like, but nothing works. I have already told them this:

* I know _you_ can probably send POP/SMTP mail through my server. I can't.
* Mozilla Thunderbird will connect and send mail through other
POP/SMTP servers.. Not my server here.
* I can connect to _receive_ email, but I can't send it.
* My ISP (SBC/AT&T ADSL) does not block outgoing mail to port 25 on my account; I had the block removed.
* I've got an exim server running on port 26, too. Doesn't make a difference.
* I tried connecting from another ISP (my work PC). Still can't send mail.
* I tried using IP addresses instead of my domain name. Doesn't work.
* I didn't change any account names, passwords or anything like that.
* I tried other email clients. Can't send mail with them, either.
* The exim queue has very few messages in it. Clearing the queue didn't work.
* I disabled firewalls. Didn't help. Besides, I was able to connect
to other mail servers - just not my VPS here.
* There are no typos in any of the account or general configuration settings in my client. Nothing changed. One day I could send mail, now I'm having problems.

I keep saying this, and keep attaching entried from exim_mainlog with error messages like this PROVING that I can't send mail:

2007-02-01 08:26:00 H=adsl*****
[*****]:1294 I=[*****]:25 incomplete transaction
(connection lost) from for
*****@gmail.com
2007-02-01 08:26:00 unexpected disconnection while reading SMTP
command from adsl*****
[*****]:1294 I=[*****]:25
2007-02-01 08:26:17 SMTP connection from [*****]:1344
I=[*****]:25 (TCP/IP connection count = 1)

2007-02-01 08:29:34 H=adsl*****
[*****]:1344 I=[*****]:25 incomplete transaction
(connection lost) from for
*****@gmail.com
2007-02-01 08:29:34 unexpected disconnection while reading SMTP
command from adsl*****
[*****]:1344 I=[*****]:25

Any ideas? I think tech support at my end has given up; it's been hours since I last heard from them, and that was just to say that they updated everything to the current version, and disable the firewall. (Again!) Didn't work.

So, before I pack my bags and find another VPS host, what should I do? Having outgoing SMTP email is a MUST; not having it is a deal-breaker.

View 3 Replies View Related

How Do I Make My PHP Form Script Work On My Fasthost Windows Dedicated Server

Aug 12, 2008

We have a Fasthosts Dedicated Windows Server and I now need to run a PHP script to enable us to use a online enquiry form. I have contact Fasthosts and the are not able to advise how to enable/use these scripts as it falls outside the support package.

Does anyone know how to enable or make it work in the Matrix Control?

The error i get is:

The page cannot be displayed
You have attempted to execute a CGI, ISAPI, or other executable program from a directory that does not allow programs to be executed.

Please try the following:

* Contact the Web site administrator if you believe this directory should allow execute access.

HTTP Error 403.1 - Forbidden: Execute access is denied.
Internet Information Services (IIS)

Technical Information (for support personnel)

* Go to Microsoft Product Support Services and perform a title search for the words HTTP and 403.
* Open IIS Help, which is accessible in IIS Manager (inetmgr), and search for topics titled Configuring ISAPI Extensions, Configuring CGI Applications, Securing Your Site with Web Site Permissions, and About Custom Error Messages.
* In the IIS Software Development Kit (SDK) or at the MSDN Online Library, search for topics titled Developing ISAPI Extensions, ISAPI and CGI, and Debugging ISAPI Extensions and Filters.

View 3 Replies View Related

How To Tansfer Backup Files From Linux Server To Windows Server

Jul 4, 2007

what is the fast and best way?

View 4 Replies View Related

Server Hacked : How Can I Find Out How They Are Uploading Files To My Server

Apr 14, 2007

I am being hacked & I don't know how they are getting files on my server. They are doing it on two of my domains, I suspended one and then they got it on the other. My FTP access log does not show anything suspicious..

How can I find their doorway?

View 4 Replies View Related

Transfer Large Many Files From Server To Server

Oct 23, 2009

In reference to my previous post, i want to tranfer accross 7GB of data, approximatly 80,000 files i believe it is (due to a gallery script).

It's currently on another host (on a webhosting account) which uses their own control panel which has no options but to manage databases, the only way i can see to do this is via FTP but it'll take me days. I've tried using compressing and backup scripts, but the damn execution time on the hosts server is too low to allow the files to be zipped. Are there any ways? Can i login to my VPS via SSH and anyhow pull off the files from the other hosts server?

View 6 Replies View Related

Uploading Files To Server

Nov 9, 2009

Why is it that you can upload large file size when you are using FTP, but you cant upload large file size beyond the max when you are using browser to upload?

View 3 Replies View Related

How To Copy Files From One Server To Another

May 1, 2008

I have about 1.80GB of flash games and I want to copy this flash games to another server, I only want to copy the flash games not the entire account.

FYI I have shell access on both server.

View 5 Replies View Related

Files On The Server That Is Bigger Than 2gb

Jan 3, 2008

when I am trying to see any files on the server that is bigger than 2gb. I got something like this

find: /proc/29543/task/29543/fd/4: No such file or directory
find: /proc/31003/task: No such file or directory
find: /proc/31022/task: No such file or directory
find: /proc/31035/task: No such file or directory
find: /proc/31036/task: No such file or directory
find: /proc/31041/task: No such file or directory
find: /proc/31042/task: No such file or directory
find: /var/named/chroot/proc/29543/task/29543/fd/4: No such file or directory
find: /var/named/chroot/proc/31123/task: No such file or directory
find: /var/named/chroot/proc/31132/task: No such file or directory
find: /var/named/chroot/proc/31134/task: No such file or directory
find: /var/named/chroot/proc/31137/task: No such file or directory
find: /var/named/chroot/proc/31138/task: No such file or directory
find: /var/named/chroot/proc/31139/task: No such file or directory
find: /var/named/chroot/proc/31140/task: No such file or directory

View 5 Replies View Related

Transfer Files From One Server To Another

Sep 9, 2007

is there any soft for windows who can transfer files from one server to another? I have Shell access on both servers but dont know how to do that via shell..is there any GUI soft for windows where I can on one window see files from one server and on other to see files from second server?

View 3 Replies View Related

Text In All Files On Your Server

Apr 12, 2007

my whole site is secure and inside a secure folder and I am going to be moving the majority of the site over to a non-secure folder. but I need to find all the absolute links and change the https to http. I hope I dont have to check each page one by one.

so I was wondering if there was a way to search everypage on my server for any file containing "https"?

View 1 Replies View Related

Finding Files On Server Using SSH

Apr 29, 2007

Can someoen tell me the commands to

1) Find a specific file

2) File all files with a certain extension i.e MP3

Using SSH on a linux server?

View 5 Replies View Related

Server Files Transfer

Jan 10, 2007

Are there any good software that will backup current server files and restore them on a new server?

I'm looking for full backup, that would backup all the files in less time instead of going to each account's cpanel first and downloading backup than restoring it to new server.

View 4 Replies View Related

How To Unzip Files On A Server

Apr 3, 2007

I want to know that is there any ftp program by which I can unzip files on my server.

View 3 Replies View Related

Multiple Server Accessing Files

Mar 28, 2009

I have one server right now and will be adding a second server in the next 4-5 months. In the meantime I've upgraded the coding in my community site to act as if there is already two servers. Mainsite.com has all the php files, and a separate HD for mysql db only, [url] has all the user images and videos.

This problem I'm having right now is the permission to delete files from [url]via [url]

What I've Tried:

vsFTPd - it has a small footprint but its not reliable, needed to be restarted a few times while testing on the beta site.

usermod - this is messy, changing chmods, owners, grps... etc I tried all of that but still had problems getting the Mainsite to be part of the group without having to change all the chmods and grps.

NFS mount - haven't tried yet...

Does anyone run a multiple server site? My sites pretty big been around for 4yrs, and i've upgraded servers 3 times since then.

If i can't get this to work right my final option would be to continue to upgrade to a new server each year, everytime a bigger and faster server setup becomes available.

Current server Dual Xeon 5310 4gb, 3 x 146gb scsi/sas. The server is doing fine with this setup. But with the new site uprade and features it's going to top things out. I can keep throwing ram on the server and move mysql off site.

The site has little over 1mil users with about 60-70% of them being active daily...

View 5 Replies View Related

How To Find Out Hacked Files On Server

Jul 10, 2009

My server was being hacked, I can find some HTML and PHP files which inserted the codes similar to the following by the hacker.

HTML Code:
<iframe src="http://a5g.ru:8080/ts/in.cgi?pepsi94" width=125 height=125 style="visibility: hidden"><
/iframe>
The inserted iframe src is not the same among the hacked files.

I am trying to find out all the hacked files on server, is there any way instead of checking the files manually?

View 14 Replies View Related







Copyrights 2005-15 www.BigResource.com, All rights reserved