PDA

View Full Version : Knoppix has a built-in Apache server?



johnsmith01
06-25-2005, 04:28 AM
does knoppix have a built-in apache server?

UnderScore
06-25-2005, 04:40 AM
Yes it is included on the CD/DVD. If you have other questions about apache, it is possible that they have already been asked & answered so please search the forum & then if necessary post your questions.

johnsmith01
06-25-2005, 04:59 AM
i did search but mostly are about starting knoppix in a network ,where can i configure the apache server? i wanna test some php, cgi , perl scripts

UnderScore
06-25-2005, 05:05 AM
There should be a conf file like /etc/apache/httpd.conf. You may need to set some settings in there & google that for more info.
To start the apache server:
/etc/init.d/apache start

To stop the apache server:
/etc/init.d/apache stop

To restart a running apache server:
/etc/init.d/apache restart

johnsmith01
06-25-2005, 05:13 AM
wouldn't typing apache do the the trick ? anyways i'll try it thanks!