Dear Venki,

this looks not like an openca problem, this is your apache config.
Look at your /etc/httpd/httpd.conf or where else you store your config file 
for apache; search for 
User  and Group entry. These values must be the same
 like for --with-httpd-user and --with-httpd-group.

Your DocumentRoot-entry  must be
 DocumentRoot  /home/venki/openca/apache/htdocs

Don't forget to set
ScriptAlias /cgi-bin/   /home/venki/openca/apache/cgi-bin

Then you need the <Directory> -sections
   <Directory " /home/venki/openca/apache/htdocs">
        Options Indexes FollowSymlinks MultiViews
        AllowOverride None
        Order allow,deny
        Allow from all
   </Directory>
   ScriptAlias /cgi-bin/ "/srv/ca/apache/cgi-bin/"
   <Directory "/home/venki/openca/apache/cgi-bin">
        AllowOverride None
        Options None
        Order allow,deny
        Allow from all
    </Directory>

Make a small file named index.html with only text inside.
Make a chown to user which is defined as User in httpd.conf.
If you can call this file, then the entry page of openca will work too.

Greetings
Harald

On Tuesday 28 January 2003 16:43, venki wrote:
> micheal,
>
> i have configured OpenCA using the following options,
>
> --wth-openca-prefix=/home/venki/openca
> --with-httpd-user=apache
> --with-httpd-group=apache
> --with-openca-user=venki
> --with-openca-group=venki
> --with-httpd-fs-prefix=/home/venki/openca
> --with-httpd-url-prefix=
> ............................
> ..........................
>
> ........................
> same as your configuration file in configs directory, :)
>
> though all installation steps are smooth, i am not able to view the page.
> receiving access denied message by apache server. Where i am doing wrong?
> kindly help me. i am running, openca 0.9.1 in redhat 7.3
>
> Thanks in advance.
>
> -venki.
>
>
>
>
>
>
>
>
>
> -------------------------------------------------------
> This SF.NET email is sponsored by:
> SourceForge Enterprise Edition + IBM + LinuxWorld Something 2 See!
> http://www.vasoftware.com
> _______________________________________________
> Openca-Users mailing list
> [EMAIL PROTECTED]
> https://lists.sourceforge.net/lists/listinfo/openca-users

-- 
Dr. Harald Wallus
Results GmbH 
Am Listholze 78, D-30177 Hannover 
Tel: +49(0)511 90 95 1-23  Fax: +49(0)511 90 95 = 1-90 
Email: [EMAIL PROTECTED] 
Internet: http://www.results-hannover.de 



-------------------------------------------------------
This SF.NET email is sponsored by:
SourceForge Enterprise Edition + IBM + LinuxWorld = Something 2 See!
http://www.vasoftware.com
_______________________________________________
Openca-Users mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/openca-users

Reply via email to