On Fri, 19 Oct 2007, Peter Milanese wrote:
> As far as I know, no. Although, I've never really considered it.
You can if its a wildcard certificate.
--
Aj.
-
The official User-To-User support forum of the Apache HTTP Serve
On Tue, 16 Oct 2007, Tony Heal wrote:
> I am using apache v 1.3.34-4.1 and openssl on Debian and I have set up SSL,
> Although I can restart apache using the init
> script without issue I get prompted for a pass phrase if I stop and start
> apache. This is a problem if I have a power
> loss as a
On Wed, 10 Oct 2007, Nicholas Sanfratello wrote:
> I am new to Apache HTTP server and had a question regarding user
> privileges. Is there a way to prevent users from running applications
> (ex: CGI, php, shtml, ...)? If so, how would I do this? I would like
> to only allow users to post fil
On Thu, 4 Oct 2007, Christian Folini wrote:
> So you are running www.example.com and edit.example.com
> within the same apache server config?
Yes.
> This means edit.example.com
> is an alias to www.example.com
Sort of (see below).
> When working with multiple hostnames/servernames and treating
On Thu, 4 Oct 2007, Christian Folini wrote:
> I am missing the context. :)
>
> Please provide your whole config. I think it has to
> do with the structure of your config file.
This is the .htaccess file:
Options +FollowSymLinks +ExecCGI
RewriteEngine On
# redirect creation and editing act
Im struggling with getting my URL rewriting rules working, basically I
want to have certain URLS to redirect to a different host and I also want
the inverse case (i.e. if the URL is NOT any of those URLs then redirect
back to the original host).
So, the first case is for the two /create and /e