All Questions

Tagged with
Filter by
Sorted by
Tagged with
2 votes
0 answers
145 views

Returning custom HTTP status apache2

I'm hosting a webpage with apache and would like to be able to return custom HTTP status codes on a certain page. PHP does this just fine with http_response_code($code) but once it gets to apache it ...
Juckix's user avatar
  • 21
0 votes
0 answers
399 views

Requests occasionally stalled

I have a LAMP server and recently I have been getting requests that timeout. When inspecting the request in Chrome the timing tab states that it "Stalled" for 30 seconds. I have no log of the request ...
dk80's user avatar
  • 101
-3 votes
2 answers
43 views

One site non https

Hello I want to make sure that one file of my site is non https. I have this in my VirtualHost80 file Redirect permanent /README.php http://<ip>/README.php And I have this in my ...
John Wick's user avatar
  • 105
1 vote
1 answer
408 views

HTTPS except one page

Im trying to configure my apache server to host everything in https except one page that i need my script to be able to access. Currently i am prompted for to bypass the untrusted ssl certificate ...
John Wick's user avatar
  • 105