Page 1 of 1

php disabled

PostPosted: 04. October 2004 09:49
by Frederik Seyns
When I use XAMPP (version 1.4.9) as a localhost, everything is working fine. When I use it as a webserver, and I look at my status on remote, only https en ftp are activated.


MySQL database DEACTIVATED

PHP DEACTIVATED

HTTPS (SSL) ACTIVATED

Common Gateway Interface (CGI) DEACTIVATED

Server Side Includes (SSI) DEACTIVATED

SMTP Service DEACTIVATED

FTP Service ACTIVATED



Any idea what I need to do :?:

Thanks :!:

PostPosted: 04. October 2004 10:13
by Wiedmann
and I look at my status on remote,

/Remote/ is a pc on the internet and you access your server through a router?

PostPosted: 04. October 2004 10:29
by Frederik Seyns
/remote/ is a computer at my school. I connect to my server via the IP. My server-comp is with a router, I've got some ports opened: port 80, 21 and one more (I'm at school, dont know the otherone by hart).

PostPosted: 04. October 2004 10:45
by Wiedmann
Ok, this is a little bug in the php code. The status page works only correct if you access it from the local network.

The page itself makes an accees to "http://%host_name-ip/testpage.php". But, you can not access your own server from lan via the public router ip. That's it.