Re: [EMAIL PROTECTED] RE: [SPAM] - [EMAIL PROTECTED] application.company.com vs. www.company.com/application? - Email found in subject

2007-10-19 Thread Ajai Khattri
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

Re: [EMAIL PROTECTED] SSL pass phrase

2007-10-16 Thread Ajai Khattri
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

Re: [EMAIL PROTECTED] Prevent users from running applications.

2007-10-10 Thread Ajai Khattri
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

Re: [EMAIL PROTECTED] YAMRQ (Yet Another Mod Rewrite Question)

2007-10-04 Thread Ajai Khattri
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

Re: [EMAIL PROTECTED] YAMRQ (Yet Another Mod Rewrite Question)

2007-10-04 Thread Ajai Khattri
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

[EMAIL PROTECTED] YAMRQ (Yet Another Mod Rewrite Question)

2007-10-03 Thread Ajai Khattri
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