Operating System - HP-UX
1833681 Members
4578 Online
110062 Solutions
New Discussion

Re: HP Apache-based Web Server configuration !

 
Ivan Azuara
Regular Advisor

HP Apache-based Web Server configuration !

Hi !

How can i public some directories with html pages on a hpux webserver ?.

P.D> Editing the httpd.conf configuration file ?.

Thank's in advance !
"Enjoy the life .."
3 REPLIES 3
Chris Xu
Trusted Contributor

Re: HP Apache-based Web Server configuration !

Yes, add directives in the httpd.conf like below:
"

It is clearly explained in the httpd.conf and it is not hard. Take a look at it.

Chris
Geoff Wild
Honored Contributor

Re: HP Apache-based Web Server configuration !

That is correct - everything into httpd.conf.

Good docs on http://www.apache.org

Set APACHE_START=1 in /etc/rc.config.d/apacheconf

/sbin/init.d/apache start



Rgds...Geoff
Proverbs 3:5,6 Trust in the Lord with all your heart and lean not on your own understanding; in all your ways acknowledge him, and he will make all your paths straight.
Joshua Scott
Honored Contributor

Re: HP Apache-based Web Server configuration !

Assuming that the IP address is public, or there is a router that is doing one-to-one NAT, all you should need to do is put files in the directory specified.

say your ip is 5.6.7.8, put
http://5.6.7.8/
into your web browser. There should be a default message telling you where to place the html files. (/var/www/html/ IIRC)

Josh
What are the chances...