Click to See Complete Forum and Search --> : Apache httpd.conf Help


Tracer
07-01-2003, 01:33 PM
I'm not familiar with apache and ssl, here is what I have, and what I need...If some apache guru's could help me out I would appreciate it greatly...

I have a redhat 9.0 box (yyy.yyy.yyy.yyy) running
Apache 2.0.40
MySQL 4.0.13
PHP 4.2.2-8.0.7
OpenSSL 0.96b-33

I have a DSL static IP of xxx.xxx.xxx.xxx

A linksys router is attached to the DSL modem which
forwards all necessary ports to yyy.yyy.yyy.yyy

All pages must use SSL (HTTPS)

When a user requests http://xxx.xxx.xxx.xxx it should foward
them to https://xxx.xxx.xxx.xxx/index.php and require no password

Each directory below /htdocs should require a password

I have atatched my apache.conf file which SEMI-works,