On Wednesday 29 January 2003 10:02, you wrote: > hi harald, > > Thanks a lot for your detailed explanation in your page. > Unfortunately i want to run OpenCA with my user name, > so that i won't disturb my admin when i edit something. > Therefore i configured with
Oh, that is not possible like you want it to do: Think: You want execute scripts in your directory. Apache only execute scripts owned by root or owned by the user defined in the User-entry in httpd.conf. There is a modul for user exports. With that you can export everything beneath /home/username/html. The url is then http://computername/~username. You have to configure apache to use cgi-scripts in that directory. If its work must be test before installation of openca And then Normaly openca has to export <openca_path>/apache/htdocs for html pages <openca_path>/apache/cgi-bin for cgi scripts In the configure options, I think you have to set: --with-httpd-fs-prefix=HTTPDFSPREFIX ---> /home/username/html Please create /home/username/html/htdocs and /home/username/html/cgi-bin --with-httpd-url-prefix=HTTPDURLPREFIX ---> http://computername/~username Then the url http//computername/~username/htdocs/ will work. I think that schould work. But for ra you need another user. Perhaps Michael has some hints for your setup. Greetings Harald > --with-openca-user= myusername. > > Although, i checked httpd user&group prior to my > installation and configured with same value and correctly > configured DocumentRoot, ScriptAlias, i am not able to view > the page. > > Again in R.H. 7.3, by default each user has its own group > by the same name as user name. i checked this with command > > $group <myusername> > > i think it's problem with user settings. May be creating new group "users" > and make apache and myusername member of "users" will solve the problem. > I am not sure, but have configure and see. > > Thanks again. > > -venki. > > > > 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 > > > > Oh sorry, I pay no attention on this line. I think this line is wrong > > too. Don't use this line with my comments in email before. > > Perhaps it will help you to look on my step by step on > > openca.results-security.de. > > > > Greetings > > Harald > > > > > --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. -- 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
