Steves Know Miscellaneous Web Server Stuff
 
 

Apache Server

The Apache server comes shipped with some Linux systems (Red Hat for sure).  To

Starting Apache HTTP Server:

Change directories to "/etc/rc.d/init.d" and issue the command "./httpd start"  (no quotes)
 

Stoppng Apache HTTP Server:

Change directories to "/etc/rc.d/init.d" and issue the command "./httpd stop"  (no quotes)
 
 
 
 

IBM HTTP Server

To ftp to a web server and specify the id/password in the uri, ftp://shayden@tikki69r@zircon.austin.ibm.com/
However, this still requires you to type in the password on zircon.

To change httpd admin password (from your servers directory, i.e. C:\Program files\IBM Http Server)
type "htpasswd –c conf\admin.passwd db2admin" and you will be prompted for new password.

Starting IBM HTTP server:

/usr/HTTPServer/bin/apachectl start

Stopping IBM HTTP server:

/usr/HTTPServer/bin/apachectl stop

Determining the Version of  IBM HTTP server:

/usr/HTTPServer/bin/httpd –V   (displays version of http server)