Welcome to MobyThreads.com!
FAQFAQ      ProfileProfile    Private MessagesPrivate Messages   Log inLog in
All support for the MobyThreads Threaded phpBB MOD can now be found on welsolutions at this forum

Apache2 - 403 Forbidden

 
   Web Hosting and Web Master Forums (Home) -> Apache RSS
Next:  apache not passing jsp requests to tomcat (config..  
Author Message
jander

External


Since: Jul 03, 2003
Posts: 2



(Msg. 1) Posted: Thu Jul 03, 2003 11:00 pm
Post subject: Apache2 - 403 Forbidden
Archived from groups: alt>apache>configuration (more info?)

To whom that may have an answere...

I have just installed Apache2 on my WinXP computer. I have edited the
httpd.conf file and added 'AddType application/x-httpd-php .php' and
other different extentions same way. I have also altered the DocumentRoot to
the path where I have my web-files. When the index file have .html(by
renaming) as an extention it is viewed correctly, otherwise this message is
shown. I alsow have PHP 4.3.2 installed.

Forbidden
You don't have permission to access / on this server.


----------------------------------------------------------------------------
----

Apache/2.0.46 (Win32) Server at localhost Port 80

I be very glad if anyone have some proposition.

Johnny

 >> Stay informed about: Apache2 - 403 Forbidden 
Back to top
Login to vote
user2349

External


Since: Jun 28, 2003
Posts: 3



(Msg. 2) Posted: Fri Jul 04, 2003 1:26 am
Post subject: Re: Apache2 - 403 Forbidden [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

In article <lX%Ma.2425$BD3.1467869@juliett.dax.net>, Lille John wrote:
 > To whom that may have an answere...
 >
 > I have just installed Apache2 on my WinXP computer. I have edited the
 > httpd.conf file and added 'AddType application/x-httpd-php .php' and
 > other different extentions same way. I have also altered the DocumentRoot to
 > the path where I have my web-files. When the index file have .html(by
 > renaming) as an extention it is viewed correctly, otherwise this message is
 > shown. I alsow have PHP 4.3.2 installed.
If you are running PHP as CGI, you have to set 'Options +ExecCGI' (IMHO)

mfg

c.

--
Christian Sagmueller | christian RemoveThis @sagmueller.net | <a style='text-decoration: underline;' href="http://sagmueller.net" target="_blank">http://sagmueller.net</a>
GnuPG: 1A29 DA9C 2B5E B5EF 31FD 65DD 5FDA 4311 EAC9 20FC<!-- ~MESSAGE_AFTER~ -->

 >> Stay informed about: Apache2 - 403 Forbidden 
Back to top
Login to vote
jander

External


Since: Jul 03, 2003
Posts: 2



(Msg. 3) Posted: Fri Jul 04, 2003 9:21 pm
Post subject: Re: Apache2 - 403 Forbidden [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

Hi Cristian thank you for replying to my request, but I dont know where to
set the Options+ExecCGT ( IMHO) that you sugested. Could you please tell me?

Johnny

"Christian Sagmueller" <cs RemoveThis @sagmueller.net> wrote in message
news:slrnbg94hl.l4d.cs@sagmueller.net...
 > In article <lX%Ma.2425$BD3.1467869@juliett.dax.net>, Lille John wrote:
  > > To whom that may have an answere...
  > >
  > > I have just installed Apache2 on my WinXP computer. I have edited the
  > > httpd.conf file and added 'AddType application/x-httpd-php .php' and
  > > other different extentions same way. I have also altered the
DocumentRoot to
  > > the path where I have my web-files. When the index file have .html(by
  > > renaming) as an extention it is viewed correctly, otherwise this message
is
  > > shown. I alsow have PHP 4.3.2 installed.
 > If you are running PHP as CGI, you have to set 'Options +ExecCGI' (IMHO)
 >
 > mfg
 >
 > c.
 >
 > --
<font color=purple> > Christian Sagmueller | christian RemoveThis @sagmueller.net | <a style='text-decoration: underline;' href="http://sagmueller.net</font" target="_blank">http://sagmueller.net</font</a>>
 > GnuPG: 1A29 DA9C 2B5E B5EF 31FD 65DD 5FDA 4311 EAC9 20FC<!-- ~MESSAGE_AFTER~ -->
 >> Stay informed about: Apache2 - 403 Forbidden 
Back to top
Login to vote
user2357

External


Since: Jul 02, 2003
Posts: 37



(Msg. 4) Posted: Mon Jul 07, 2003 10:28 am
Post subject: Re: Apache2 - 403 Forbidden [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

I run it as a mod like so:

LoadModule php4_module "c:/php/sapi/php4apache2.dll"
AddType application/x-httpd-php .php

You add those two lines under your other mods.

Rach

"Lille John" <jander DeleteThis @c2i.net> wrote in message
news:gAjNa.2507$BD3.1478027@juliett.dax.net...
 > Hi Cristian thank you for replying to my request, but I dont know where to
 > set the Options+ExecCGT ( IMHO) that you sugested. Could you please tell
me?
 >
 > Johnny
 >
 > "Christian Sagmueller" <cs DeleteThis @sagmueller.net> wrote in message
 > news:slrnbg94hl.l4d.cs@sagmueller.net...
  > > In article <lX%Ma.2425$BD3.1467869@juliett.dax.net>, Lille John wrote:
   > > > To whom that may have an answere...
   > > >
   > > > I have just installed Apache2 on my WinXP computer. I have edited the
   > > > httpd.conf file and added 'AddType application/x-httpd-php .php'
and
   > > > other different extentions same way. I have also altered the
 > DocumentRoot to
   > > > the path where I have my web-files. When the index file have .html(by
   > > > renaming) as an extention it is viewed correctly, otherwise this
message
 > is
   > > > shown. I alsow have PHP 4.3.2 installed.
  > > If you are running PHP as CGI, you have to set 'Options +ExecCGI' (IMHO)
  > >
  > > mfg
  > >
  > > c.
  > >
  > > --
<font color=green>  > > Christian Sagmueller | christian DeleteThis @sagmueller.net | <a style='text-decoration: underline;' href="http://sagmueller.net</font" target="_blank">http://sagmueller.net</font</a>>
  > > GnuPG: 1A29 DA9C 2B5E B5EF 31FD 65DD 5FDA 4311 EAC9 20FC
 >
 ><!-- ~MESSAGE_AFTER~ -->
 >> Stay informed about: Apache2 - 403 Forbidden 
Back to top
Login to vote
Display posts from previous:   
Related Topics:
forbidden virtualHost - snip of my http.conf: Listen 80 Listen 8080 Listen 8081 NameVirtualHost 127.0.0.1:80 <VirtualHost 127.0.0.1:80> <font color=purple> ; ServerAdmin schwartz@cableone.net</font> <font color=purple> ; DocumentRoot /u...

Apache2 for Windows: Partitions - Hello, I believe it is best to have a separate, dedicated partition for Apache (with Perl, PHP, MySQL, etc.). If I am wrong, please correct me. Since I will have to format my system anyway, I thought I would ask what the best way is. I have two hard..

Tomcat4.1.24 with Apache2.0.46 jk2 connector - Can someone point me to a jk2 binary for the above combination. The only module I can find is mod_jk2-2.0.43.dll dated 27 Nov 2002. Also is there any documentation around that's better than the Apache site for getting these two working together..

Connection between Apache2 + Tomcat 4.1 - I've read and search the google but have no luck. I got Apache 2, Tomcat 4.1, and Cocoon running on my Windows XP. Now, how do I connect the Apache with Tomcat? It seems there are a few solutions, namely mod_jk2 and mod_webapp. Question: 1. Which one....

[Apache2] CharsetSourceEnc CharsetDefault help please - I am not sure if I misunderstood manual and is there a function i apache 1 or 2 that can convert charset on the fly i.e. the html page is made in my case with ISO-8859-2 and I want it to be converted on the fly to UTF-8. I am trying &lt;Directory..
   Web Hosting and Web Master Forums (Home) -> Apache All times are: Pacific Time (US & Canada) (change)
Page 1 of 1

 
You can post new topics in this forum
You can reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum



[ Contact us | Terms of Service/Privacy Policy ]