You probably don't have php enabled.  There may be a module to load and 
something like this:


<IfModule mod_php5.c>                                          
        AddHandler application/x-httpd-php .php4
        AddHandler application/x-httpd-php .php5
        AddHandler application/x-httpd-php .php
        AddHandler application/x-httpd-php-source .php4s
        AddHandler application/x-httpd-php-source .php5s
        AddHandler application/x-httpd-php-source .phps
        DirectoryIndex index.php4
        DirectoryIndex index.php5
        DirectoryIndex index.php
</IfModule>


On Wednesday 28 March 2007 12:28, RYAN M. vAN GINNEKEN wrote:
> Thanks i added the directory stuff to my virtual host file shown below and 
now i get a text file that looks like php code or something ahh progress.  If 
i try to run test.php i it just opens a file in dreamweaver. 
> 
> hmm wounder why i never had to add the drictory stuff in virtual hosts 
before? must be the new apache 22 branch 
> 
> <VirtualHost *:80> 
>     ServerAdmin [EMAIL PROTECTED] 
>     DocumentRoot /usr/local/www/bacula-web 
> 
> <Directory "/usr/local/www/bacula-web"> 
>     Options Indexes FollowSymLinks 
>     AllowOverride None 
>     Order allow,deny 
>     Allow from all 
> </Directory> 
> 
>     ServerName backup1.computerking.ca 
> #    ServerAlias www.dummy-host.example.com 
>     ErrorLog /var/log/backup1.computerking.ca-error_log 
>     CustomLog /var/log/backup1.computerking.ca-access_log common 
> </VirtualHost> 
> 
> ----- Andreas Sons < [EMAIL PROTECTED] > wrote: 
> > RYAN M. vAN GINNEKEN wrote: 
> > > Hello all i am back have been tring to set up a new Freebsd box with 
> > 
> > > bacula-web port but haveing permission problems please help.  Web 
> > Page 
> > > keep giving me the you do not have permission to access / error See 
> > 
> > > below for some details 
> > 
> > Being not an apache expert, but do you have 
> > 
> >      Order allow,deny 
> >      Allow from all 
> > 
> > clauses in the directory or location clauses? 
> > 
> > Andreas 
> 
> 
> 
> 
> -- 
> Computer King & CaN Mail  -  Sales Service Hosting Backup 
> 
> http://www.computerking.ca     http://www.canmail.org 
> 
> NEW!!! Custom Service Packages 
> 
Secure IMAP Email - Automated Remote Backups - Photo Blogs - Online Accounting Packages 
 
> 
> 

-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys-and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users

Reply via email to