1837969 Members
2881 Online
110124 Solutions
New Discussion

Apache Configuration

 
Anil
Advisor

Apache Configuration

Hi All,

Could anyone send me the basic doc to build a apache server in hp-ux 11.23(Itanium based). What I need is to setup page with authentication . Could u send me the sample httpd.conf and .htaccess file.

Thanks in advance,
Anil
3 REPLIES 3
Yogeeraj_1
Honored Contributor

Re: Apache Configuration

hi anil,

for authentication, see:
http://www.apacheweek.com/features/userauth

and
http://httpd.apache.org/docs/1.3/howto/auth.html


hope this helps!

kind regards
yogeeraj

No person was ever honoured for what he received. Honour has been the reward for what he gave (clavin coolidge)
Arunvijai_4
Honored Contributor

Re: Apache Configuration

Anil, You can download HP Apache from,

http://h20293.www2.hp.com/portal/swdepot/displayProductInfo.do?productNumber=HPUXWSSUITE

If you want to compile yourself, You can download latest apache from http://httpd.apache.org/download.cgi and docs from, http://httpd.apache.org/docs/2.0/

-Arun
"A ship in the harbor is safe, but that is not what ships are built for"
Ivan Ferreira
Honored Contributor

Re: Apache Configuration

You should consider also use a login page, in php for example. This will give you more flexibility and you can integrate with other systems later.
Por que hacerlo dificil si es posible hacerlo facil? - Why do it the hard way, when you can do it the easy way?