About 50 results
Open links in new tab
  1. apache - Difference between web server, application server and …

    Oct 24, 2012 · Server on which your created applications which are utilizing your database, web service, etc. This application server will host business layer (wrapped with web services), …

  2. apache - Root directory of web server - Stack Overflow

    Sep 29, 2012 · What is the root directory of Apache Web Server? I am using Windows XP. My Apache server is installed at: C:\Program Files\Apache Software Foundation\ I want to host a …

  3. linux - How can I automatically redirect HTTP to HTTPS on Apache ...

    After changing this on httpd.conf, restart apache web server. so that it will reflect and clear your browser cache too.

  4. How do I change the root directory of an Apache server?

    May 5, 2011 · Now restart or reload the server with command sudo service apache2 restart. Now Apache serves files from directory example.com at localhost on default port of 80. The …

  5. apache - How do I test a website using XAMPP? - Stack Overflow

    Dec 8, 2016 · I want to use the apache server which I have downloaded as part of XAMPP in order to test the website I am building, which will use php and mysql. The general question is: …

  6. How to CORS-enable Apache web server (including preflight and …

    How to CORS-enable Apache web server (including preflight and custom headers)? Asked 8 years, 11 months ago Modified 2 years, 2 months ago Viewed 44k times

  7. Apache Web Server : ProxyPass and ProxyPassReverse

    Mar 13, 2023 · ProxyPassReverse will intercept those headers, and rewrite them to match the Apache proxy server. ProxyPass will create a reverse proxy. A reverse proxy (or gateway), …

  8. How to run an Apache web server using Compute Engine on …

    Jul 13, 2022 · Now, I want to run an Apache web server using the Compute Engine on Google Cloud. In order to do it, after creating a Linux VM, I installed Apache. However, I received a …

  9. web applications - How to run multiple sites on one apache …

    Based on the rest of your question, what you really want to do is run various sites on the same server with their own domain names. The best documentation you'll find on the topic is the …

  10. web server maximum number of users apache can handle?

    May 25, 2012 · My question is what is the maximum number of users that Apache webserver 2.2.2 can handle, i have a website which sometimes gets over 300+ concurrent users, …