Thanks Joe, i'll take a look at your link.

On 11/26/09, Joe Pepersack <j...@pepersack.net> wrote:
>
> Nickwork Work wrote:
>
>
>>
>> I can't speak for all OS', but on a Debian machine that file sits in
>> /etc/apache2 .  /etc has all the configuration files of the system.
>>
>>
> The above is true for anything Debian derived like Ubuntu.
>
> On anything in the Redhat family (RHEL,Fedora,CentOS, possibly Mandrake and
> others), it's in /etc/httpd/conf/httpd.conf
>
> If it's not in any of the above, try:
> find /etc -name httpd.conf
>
> In a non-standard install it could be sitting almost anywhere
> (/usr/local/etc or ~apache are two likely places to look)
>
> If it's a shared hosting account, it's unlikely you have write access to
> the system httpd.conf.   This means you will have to do all your
> configuration via .htaccess, which imposes quite a few restrictions on which
> directives you're allowed to use.   Specifically, you have to use
> <FilesMatch> instead of the more versatile <LocationMatch> or
> <DirectoryMatch> directives.   I have a pretty extensive write-up on using
> Mason on Dreamhost <http://joe.pepersack.net/code/mason_fastcgi.html> on
> my homepage; it should be applicable to most other shared hosting providers.
>
>
------------------------------------------------------------------------------
Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day 
trial. Simplify your report design, integration and deployment - and focus on 
what you do best, core application coding. Discover what's new with
Crystal Reports now.  http://p.sf.net/sfu/bobj-july
_______________________________________________
Mason-users mailing list
Mason-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/mason-users

Reply via email to