My directory is owned by foreman, and this is my setup. I haven't had any
issues.

<VirtualHost <ip address>:443>
  ServerName puppet
  ServerAlias foreman

  RailsAutoDetect On
  DocumentRoot /usr/share/foreman/public

  # Use puppet certificates for SSL
  SSLEngine on
  SSLCertificateFile      /var/lib/puppet/ssl/certs/puppet.<domain>.pem
  SSLCertificateKeyFile
/var/lib/puppet/ssl/private_keys/puppet.<domain>.pem
  SSLCertificateChainFile /var/lib/puppet/ssl/ca/ca_crt.pem
  SSLCACertificateFile    /var/lib/puppet/ssl/ca/ca_crt.pem
  SSLCARevocationFile     /var/lib/puppet/ssl/ca/ca_crl.pem
  SSLVerifyClient optional
  SSLVerifyDepth  3
  SSLOptions +StdEnvVars

</VirtualHost>


On Tue, Jun 8, 2010 at 9:47 AM, CraftyTech <hmmed...@gmail.com> wrote:

> This is how I have it:
>
> <VirtualHost *:80>
>    ServerName hostname
>    DocumentRoot /installDir/foreman/public
>    RailsBaseURI /foreman
> </VirtualHost>
>
> When I restart apache, the page comes back blank.  Is there any
> permissions issues I should be aware of? Should I make the directory
> owned by apache?
>
> Thanks,
>
> Henry
>
> --
> You received this message because you are subscribed to the Google Groups
> "Puppet Users" group.
> To post to this group, send email to puppet-us...@googlegroups.com.
> To unsubscribe from this group, send email to
> puppet-users+unsubscr...@googlegroups.com<puppet-users%2bunsubscr...@googlegroups.com>
> .
> For more options, visit this group at
> http://groups.google.com/group/puppet-users?hl=en.
>
>

-- 
You received this message because you are subscribed to the Google Groups 
"Puppet Users" group.
To post to this group, send email to puppet-us...@googlegroups.com.
To unsubscribe from this group, send email to 
puppet-users+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/puppet-users?hl=en.

Reply via email to