Re: Anti-Hotlinking Script for WP on Apache (.htaccess) - Linkspam Prevention Programming Web Development by Dani CDNs such as Cloudflare offer hotlink protection via a toggle switch you could enable. But, yeah, the primary benefit of hotlink protection is that a website doesn't upload images to *your* site, and then include them in their own site without having to pay for the bandwidth of hosting the images. Just make sure that if you turn on hotlink … Re: Hello, I'm Ulf Dittmer Community Center Say Hello! by Ulfson > Welcome aboard! Do you build mobile apps with a cross‑platform framework or only stick to native Android/iOS? And where do you usually find your freelance projects? I stick to native Android. Way back when I thought Apache Cordova was pretty cool for reaching smaller platforms, but now that there are essentially just two platforms left, I… Running Apache Tomcat behind a IIS reverse proxy with SSL termination Programming Web Development by riahc3 Hello Havent been here in a while but might as well give it a shot. I have several Apache Tomcat instances running on a Windows Server on different ports. They are all HTTP. The idea would be to (on the same server) install a IIS and use it a content switcher and also as a SSL terminator. This was depending on the URL, the IIS would … Re: Running Apache Tomcat behind a IIS reverse proxy with SSL termination Programming Web Development by blud IIS should be able to do this just fine - "Bad Gateway" actually has a lot of different subcategories in IIS, so the first thing is to figure out which of those sub categories this falls into. This can sometimes be defined on the error pages if they are enabled. Connection Timeout - This is generally the most common and usually has to … 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 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 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 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 as an ftp server Community Center by DimaYasny apache can display and browse through files in a directory. I think that is enabled by default. so if you point it to the ftp root - it will display everything and let you click and download the files there. that is the default setting really. any ftp daemon can be pointed to the same directory for ftp access, and clients will be able to put/get … 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. Re: apache tomcard Programming Web Development by peter_budo Apache Tomcat [URL="http://wiki.apache.org/tomcat/FAQ"]FAQ[/URL] plus learn from [URL="http://java.sun.com/javaee/5/docs/tutorial/doc/"]Java EE 5 Tutorial[/URL] [LIST] [*]Local server - create new folder in webapps folder under you instalation of tomcat, there you store your html & jsp. Plus you should provide WEB-INF … Re: Apache Hardware and Software Linux and Unix by rch1231 Yes it is possible but I would not count on it being the fastest thing in the world. 100 is probably a good number but it will depend on how much is being downloaded at a time. Your limit for speed is probably going to be the network connection. As far as reloading the apache file I normally use service httpd reload to reload the … 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 Re: Apache not parsing PHP but forcing download... Programming Web Development by chrishea Apache won't recognize the module to be a php module unless you give it a .php suffix. Thus, it won't get parsed. Apache Hardware and Software Linux and Unix by brugernavn Hello :) Is it possible to host 500 heavy websites on a single apache installation? How many resource do i need to have? 16GB of ram? 3 Ghz cpu? Will it be a problem to "reload" the virtual host conf file? (if i reload it with: *apachectl -k graceful*) Best regards, Lasse Re: Apache Programming Web Development by davy_yg Here is the log file in apache: [Mon Feb 17 17:36:31.570420 2014] [ssl:warn] [pid 4588:tid 232] AH01909: RSA certificate configured for www.example.com:443 does NOT include an ID which matches the server name [Mon Feb 17 17:36:32.320421 2014] [ssl:warn] [pid 4588:tid 232] AH01909: RSA certificate configured for www.example.com:443 does NOT … Apache Programming Web Development by davy_yg Hello, I downloaded apache: [Newest Apache](http://www.apachefriends.org/index.html) And now I wonder why everytime I try to start the apache service this message appears: Attempting to start Apache service... and stuck right there. I think I have tried install and reinstall my apache several from the newest and the second newest version … Re: Apache Programming Web Development by davy_yg Hallo, I uninstall my apache, clean the registry and reinstall apache 1.8.1 then: I cannot run the apache (apache2.4 service error): Windows could not start the Apache 2.4 service on Local Computer Error 3: The system cannot find the path specified Re: Apache does not start on XAMPP Programming Web Development by emclondon If you have skype running, close it, and start apache. That should solve your problem. if that doesn't some other application is using port80; you will have to free it before you can use it for apache. Alternatively, you could change the port niumber of apache to start php. Re: Apache Programming Web Development by gabrielcastillo What system are you installing apache on? Re: Apache Programming Web Development by davy_yg I finally figure it out. I have to clean the registry using these 3 key words: apache, xampp & mysql (deleting all the registry that consists of those words) before reinstalling the 2nd newest xampp.