jskrauss Posted June 28, 2007 Share Posted June 28, 2007 I installed apache on my local machine. In order to getit o install I had to disable user control. I got it running and verified the install. I then installed PHP. I eddited the php.ini file and added the doc_root command. I also added a few lines to the httpd fle ScriptAlias /PHP "C:/PHP" AddType application/x-httpd-php .php Action application/x-httpd-php "/php/php-cgi.exe" I cant get a very simple test file to execute. Any ideas? Full .ini and conf files attached in single document seperated by file name php.ini [attachment deleted by admin] Link to comment https://forums.phpfreaks.com/topic/57600-solved-php-5-with-apache-224-on-vista-problem/ Share on other sites More sharing options...
corbin Posted June 28, 2007 Share Posted June 28, 2007 Whats Apache/logs/error.log say? Link to comment https://forums.phpfreaks.com/topic/57600-solved-php-5-with-apache-224-on-vista-problem/#findComment-285088 Share on other sites More sharing options...
jskrauss Posted June 28, 2007 Author Share Posted June 28, 2007 Whats Apache/logs/error.log say? [Thu Jun 28 10:15:13 2007] [notice] Parent: Created child process 6056 [Thu Jun 28 10:15:14 2007] [notice] Child 6056: Child process is running [Thu Jun 28 10:15:14 2007] [notice] Child 6056: Acquired the start mutex. [Thu Jun 28 10:15:14 2007] [notice] Child 6056: Starting 250 worker threads. [Thu Jun 28 10:15:14 2007] [notice] Child 6056: Starting thread to listen on port 80. [Thu Jun 28 10:17:06 2007] [error] [client 127.0.0.1] script 'C:/Program Files/Apache Software Foundation/Apache2.2/htdocs/test.php' not found or unable to stat Link to comment https://forums.phpfreaks.com/topic/57600-solved-php-5-with-apache-224-on-vista-problem/#findComment-285091 Share on other sites More sharing options...
tarun Posted June 28, 2007 Share Posted June 28, 2007 Hmmm... I Have Windows Vista Home Premium And Evrything Seems Fine But Then Again I Prefer XAMPP Coz I Use It On A Memory Stick In What Way Does The Test File Not Work..? Link to comment https://forums.phpfreaks.com/topic/57600-solved-php-5-with-apache-224-on-vista-problem/#findComment-285099 Share on other sites More sharing options...
jskrauss Posted June 28, 2007 Author Share Posted June 28, 2007 In What Way Does The Test File Not Work..? the file is a simple <? echo "hello" ; >? It does not show on the screen Link to comment https://forums.phpfreaks.com/topic/57600-solved-php-5-with-apache-224-on-vista-problem/#findComment-285105 Share on other sites More sharing options...
cooldude832 Posted June 28, 2007 Share Posted June 28, 2007 try moving this to the installation board and you will see more success Link to comment https://forums.phpfreaks.com/topic/57600-solved-php-5-with-apache-224-on-vista-problem/#findComment-285106 Share on other sites More sharing options...
jskrauss Posted June 28, 2007 Author Share Posted June 28, 2007 Hmmm... I Have Windows Vista Home Premium And Evrything Seems Fine But Then Again I Prefer XAMPP Coz I Use It On A Memory Stick In What Way Does The Test File Not Work..? I'm givving this a shot... I think it may just be a vista thing because now http://localhost wont even come up. I stopped and restarted services... Link to comment https://forums.phpfreaks.com/topic/57600-solved-php-5-with-apache-224-on-vista-problem/#findComment-285138 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.