Page 1 of 1

reload httpd.conf

PostPosted: 25. July 2006 04:58
by rh+
Im new to apache, and im starting to learn some things with XAMPP, I add this values to the httpd.conf in apache\config, then i stop and start again the apache service from XAMPP control panel, and reboot the machine and this lines arent working

TimeOut 60
ServerSignature Off
ServerTokens ProductOnly

what im doing wrong?

thanks

PostPosted: 26. July 2006 06:05
by rh+
anyone?

PostPosted: 26. July 2006 06:34
by Izzy
Which httpd.conf file are you editing please?
Try and include the full path to the file like xampp/apache/blah/blah etc.

Also what version of XAMPP have you installed?
Thanks

PostPosted: 27. July 2006 08:23
by rh+
i have last version (with installer) for windows
the path is XAMPP/apache/config/httpd.conf

PostPosted: 27. July 2006 08:34
by Izzy
In the latest version, the file you want is in the xampp/apache/conf/extra/httpd_default.conf as this file and the others in this directory override changes made to the eqiuvelant sections in the xampp/apache/conf/httpd.conf file.

So do make your changes in the above file and you should be set to go.

HTH :)

PostPosted: 27. July 2006 09:15
by rh+
i'll try that
thanks! :D

PostPosted: 28. July 2006 08:12
by rh+
it works :)
thanks ! :D