Apache 403 Forbidden Error - This One UGLY Hardware and Software Linux and Unix by rohit09 Apache 403 Forbidden Error and this one ugly.. My server is Unmanaged - So I tried hared to fix this but I can't.. Please help me.. If I create any directory [url]http://www.myurl.com/anything[/url] =I got Forbidden error. If I Put any .php file [url]http://www.myurl.com/anything.php[/url] =I got Forbidden ERROR. If I Put any .cgi file [url… apache http server has stopped working xampp Programming Web Development by chaitu11 apache http stops working xampp when i execute any db related files in xampp, even i uninstalled team viewr from my (window7 ultimate) Re: Apache Hardware and Software Linux and Unix by Troy … Apache. Default is [b]C:\Program Files\Apache Group\Apache2\htdocs[/b]. I like to leave this folder alone, … default this is [b]C:\Program Files\Apache Group\Apache2\conf\httpd.conf[/b]. Find the line that looks like… this: [CODE]DocumentRoot "C:/Program Files/Apache Group/Apache2/htdocs"[/CODE]And turn it into this: [CODE]DocumentRoot… Re: Apache Hardware and Software Linux and Unix by Bill_Thompson I have downloaded Apache for the Windows operating system and have read the installation documentation and I have a question: Do I need to register a domain name before I install Apache? I am getting Apache, by the way, so that I can:[list=1][*]Edit and debug PHP without having to upload to a sever constantly.[*]I can use Source Safe on my home … Re: Apache Hardware and Software Linux and Unix by Kate Albany A good place to start [url]http://www.apache.org/[/url] The Apache HTTP Server project homepage [url]http://httpd.apache.org/[/url] The Apache HTTP Server project download page [url]http://httpd.apache.org/download.cgi[/url] You will need: # Win32 Binary (MSI Installer): apache_2.0.54-win32-x86-no_ssl.msi or # Win32 Source: httpd-2.0.54-win32-… Re: Apache Help Hardware and Software Linux and Unix by Troy … folder. [CODE] [left]DocumentRoot "C:/Program Files/Apache Group/Apache2/htdocs" [/left] [/CODE] By changing those two directives and… Apache Hardware and Software Linux and Unix by Bill_Thompson I am absolutely no experience in Apache -- well, no first hand experience, that is. Where do I start, where do I download? What do I download? I have been trying to get serious about developing my web site. I have Windows XP Home Edition OS and I have not yet been able to get going. [img]http://fool.exler.ru/sm/kngt.gif[/img] Do really need … Re: Apache Hardware and Software Linux and Unix by Troy Bill, 192.168.0.100 is a private IP address. Nobody will be able to access it from the Internet. Any addresses in these ranges are private: 10.0.0.0 - 10.255.255.255 172.16.0.0 - 172.31.255.255 192.168.0.0 - 192.168.255.255 These are designed to be used in local networks that access the Internet behind a router or firewall. (Or networks that … Re: Apache Hardware and Software Linux and Unix by mickoc Hi there, I am having a similar problem. I would like to access my apache server from my external IP address but cannot access the page. It works fine from [url]http://localhost[/url] I have forwarded both inbound and outbound ports to my [Internal] ip address 192.168.0.2 for port 80 via my router but still cant access... Got … Re: Apache Hardware and Software Linux and Unix by Bill_Thompson Wow. Hey, I downloaded and am running XAMPP along with Apache. Is that going to mess things up? Otherwise, tell me did it work so far? Can anyone access [url]http://192.168.0.100/[/url] from the outside world? Re: Apache Hardware and Software Linux and Unix by whizz81 You are a life saver...HOw can I ever thank you for helping me setup php/mysql/admin/apache. thank to your instructions I was able to successfully setup my system for web development. Apache Help Hardware and Software Linux and Unix by warrior062 I need a little help with apache. I have it running and can access the Test Page from the internet. however, i want to go to index.html. When i type in [url]http://ipaddress:port/index.html[/url] the index does come up but when i just type [url]http://ipaddress:port/[/url] i get the test page. How do i make it so the index will be the default … Re: Apache Help Hardware and Software Linux and Unix by techniner Yeah what he said hehehe BUt listen I think you should start reading up on apache and how to secure it before you put this live or in production. Alot of the defualts are not could. Good Example.... fopen() in php allowing remote access NOT GOOD Apache Tomcat and IIS 6 with JK2 Hardware and Software Microsoft Windows by bsa82 Apache Tomcat and IIS 6 with JK2 Dear Community, please help me to solve this though problem by installing and cofigure Apache Tomcat with IIS 6. Firstly Ive tried to use Apache Connector 1.2 but after day try it still didnt work. So I took another tutorial [url]http://tjworld.net/help/kb/0001_iis6-Tomcat5-JK2.html[/url] and made every step … Apache does not start on XAMPP Programming Web Development by bamous # Apache does not start on XAMPP # I have installed XAMPP on XP PRO and I can not start apache when i press start, following message appears. **"Busy... apache started on port 80 WARNNG: terminating worker thread 0"** Please help. apache.mod_rewite, while falgs[L] set but dead-loop met? Hardware and Software Linux and Unix by Zcoral setting in the .htaccess RewriteEngine On RewriteRule ^b\.html$ a.html [L] RewriteRule ^a\.html$ b.html [L] but got in dead-loop forever unless httpd stop. the rewrite.log logged called eachother interval: 192.168.0.11 - - [07/Apr/2005:13:15:47 --0400] [home.java.net.nl/sid#8145548][rid#81c3498/initial] (1) [per-dir /usr/local/apache/… Apache HTTPS Virtual Hosting Error Hardware and Software Linux and Unix by samarudge …SSLCertificateFile "E:/Program Files/Apache Software Foundation/Apache2.2/conf/ssl/pp.cert" SSLCertificateKeyFile …"E:/Program Files/Apache Software Foundation/Apache2.2/conf/ssl/pp.key" <… "E:/Program Files/Apache Software Foundation/Apache2.2/conf/ssl/pp.cert" SSLCertificateKeyFile … Apache Intermittently Refuses Port 80 Hardware and Software Linux and Unix by asleep@the_keys I am having a problem with Apache version 2.053 running with PHP 4.3.10. This install of Apache is running on an XP professional installation service pack 2. The problem is that anywhere from 1 day to 6 days, (which I don't think the number of day matters) Apache will begin to refuse port 80 requsts and will not allow my users access to the … Re: Apache Intermittently Refuses Port 80 Hardware and Software Linux and Unix by asleep@the_keys Thank you for the tip about setting up the apache service to restart after failures, hopefully this will keep the server up more than down. I had another crash yesterday, and the log files are only showing spider activity from two different search engines, right around the time of the crash. I restarted the apache service when I found out about … Apache newbie - am I going to break this? Hardware and Software Linux and Unix by slyme …,allow Allow from all </Directory> ErrorLog /var/log/apache2/error.log # Possible values include: debug, info, notice, warn, error…, crit, # alert, emerg. LogLevel warn CustomLog /var/log/apache2/access.log combined </VirtualHost>[/CODE] Any help would… Re: Apache For Windows Hardware and Software Linux and Unix by samaru From my experience, I believe that Apache 1.x.x HTTP Server is used more for Non-Business development on Windows and 2.x is used for commercial use. The Apache 1.x.x HTTP Server is not meant for serious power, as the Apache Foundation claims it's not optimized to do so yet - only on Unix. The 2.x version, a version strictly for Windows NT claims to… Re: Apache Intermittently Refuses Port 80 Hardware and Software Linux and Unix by asleep@the_keys Thank you for responding. This problem is driving me nuts. Yes the apache installation is running on windows, XP Pro SP2 to be exact. I don't know what to look for when the failure occurs, as no error messages show up in the error log. I even changed the log level to show everything, and still no errors right at the time of the 'crash' seem to … Re: Apache Intermittently Refuses Port 80 Hardware and Software Linux and Unix by blud The last error, connection refused, means that apache is indeed actually hard failing, and not listening on port 80, if apache is configured as a service, you might want to make sure that the setting for what to do when the service fails is "restart". By default this is set to 'do nothing'. Re: Apache Intermittently Refuses Port 80 Hardware and Software Linux and Unix by asleep@the_keys After countless research, I believe I may have found the root of the problem. After seeing that spiders were crashing my server, I load tested it and found that the server was crashing under a light to moderate load. I then started digging to find issues with my firewall. Like many others, I was running zonealarm software (hey its free), and had… Apache on a nix cluster - config question Hardware and Software Linux and Unix by ubiquitas Hello I've been searching low and high to find the answer to this question. I should point out I'm an apache/php noob so if you have an answer/solution please explain it in understandable terms. My situation is thus... If I run PHPCONFIG(); in a php page, what should the SERVER["SERVER_ADDR"] return, and would the answer be the … Re: Apache - Virtual Directory Hardware and Software Linux and Unix by simoncharris Virtual Host in apache is making one apache server appear to run two or more webservers on one serer. What you are looking for is an alias Check out this page: [URL=http://httpd.apache.org/docs-2.0/mod/mod_alias.html#alias]http://httpd.apache.org/docs-2.0/mod/mod_alias.html#alias[/URL] Apache overload Hardware and Software Linux and Unix by Abadon_ …what I changed from the default settings. In [B]/etc/apache2/apache2.conf:[/B] [QUOTE]<IfModule mpm_prefork_module> StartServers 5…directory where it should have .htaccess file. In /etc/php5/apache2/php.ini I change: [QUOTE]post_max_size = 256M upload_max_filesize = 200M… Re: Apache For Windows Hardware and Software Linux and Unix by MAD_DOG I heard so many things about Apache. This is what I hear all the time I think it's fact. Apache for Windows os so much better then IIS. Also if you running a Web Server from home it's perfect but if your manageing 10,000 a week then it starts to suck. Apache for UNIX I heard is the best nothing beats it. Also try out the Web Site from … Re: Apache - Virtual Directory Hardware and Software Linux and Unix by blud Yes apache can do the same thing, Here is some documentation that might be very helpful: [url]http://httpd.apache.org/docs/vhosts/[/url] [url]http://httpd.apache.org/docs/vhosts/name-based.html[/url] Re: apache in redhat Hardware and Software Linux and Unix by Dani Yes. I believe the RedHat distribution comes with Apache, in fact. Just make sure to select the package when installing RedHat. If not, download the rpm version of Apache (should be freely available on the web) and use the [inlinecode]rpm -U apache.rpm[/inlinecode] command to install it.