Hi,
  I have installed Aapche with SSL and Mod_perl. I have Configure Apache "virual Host on it" i installed one Aplication Software "DocuShare" which works on Apache. I observed that while i do https://dsldoc.dsl.net "Server name" i am able to go to index.html home page but if i click any link on it it is giving message URL not found for example https://dsldoc.dsl.net/Login  but if i write https://dsldoc.dsl.net/dscgi/ds.py  it works. The "dscgi " is the ScriptAlais of the Directory /u03/DocuShare/comamnds  of all exec. prog of python .py files . I have also defined the RewriteRule and RewriteBase and Rewrite Engine. but looks like the ReWriteRule is not working
 
the entry in <Virtualhost> of httpd.conf file is
RewriteEngine on
RewriteBase /
RewriteRule ^/$ /dscgi/ds.py
RewriteRule ^/index\.html$ /dscgi/ds.py
RewriteRule ^/About[.py]* /dscgi/ds.py/About
RewriteRule ^/Add(.*).py(.*) /dscgi/ds.py/Add$1$2
 
I am using Server Version: Apache/1.3.11 (Unix) PHP/4.0b3 mod_perl/1.21 mod_ssl/2.5.0 OpenSSL/0.9.4
I request u to  give me some idea  how to resolve the problem. I am also sending the attach file of my httpd.conf
 
Thanks
Sambit
 

httpd.conf.ol1

Reply via email to