Note that there are some explanatory texts on larger screens.

plurals
  1. POiis and apache combination on real server for 403
    primarykey
    data
    text
    <p>We have a win2003 server that run both IIS 7 and apache (using wamp server 2.2).</p> <p>We put on both server a page named test.html that show us a message that say "You are on IIS page" and "You are on WAMP page" to show us if everything is working correctly.</p> <p>Both running real great locally. IIS is listening on port 80 and apache on port 8082. The problems come remotly. Both services are running and wamp is fully online (green icon + "put online" option activate).</p> <p>Locally, on the server, doing <code>http://localhost/test.html</code> and <code>http://localhost:8082/test.html</code> show the correct pages. If we replace localhost by real IP address (for example purpose, let say <code>http://10.2.5.16/test.html</code> and <code>http://10.2.5.16:8082/test.html</code>), still work. (not actual address but address used for real is the same used by dns web service)</p> <p>Remotly, from any other PC, doing <code>http://10.2.5.16/test.html</code> and <code>http://10.2.5.16:8082/test.html</code>, the first give us the website normally, the second give us a HTTP 403 FORBIDEN (tried using both htaccess and windows permission, still have 403). The same way, using <code>http://www.ourdomain.com/test.html</code> and <code>http://www.ourdomain.com:8082/test.html</code> give us the exact same result (first ok, second 403)</p> <p>Is it possible to make it work correctly?</p> <p>Thanks in advance.</p> <p>edit: Just to add to the solution :</p> <ol> <li>the firewall was blocking me, add the wamp on this port allowed </li> <li>in my configuration, i had in my directory statement Require local, which needed to be set to Require all granted</li> </ol> <p>for the rest, the solution was pretty it.</p> <p>Thanks again.</p>
    singulars
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload