Re: Finding Default Page Name using urllib2
Hi!
Can I do this in python?
No.
The "default page" is a property of the web-server ; and it is not
client side.
Examples :
for Apache, it's index.html or index.htm ; but if PHP is installed,
index.php is also possible.
for APS, it's init.htm (between others possibilites).
etc.
@-salutations
--
Michel Claveau
.
Relevant Pages
- Re: sbwait state for loaded Apache server
... > I'm working with an Apache webserver running 1400 apache processes and ... Most of the apache processes are ... this probably means that you have a client on a slow link ... a couple of which you could safely drop the connection. ... (freebsd-performance) - HELP: send binary replies back and forth ???
... The PHP script receives a request from a client, ... My PHP script loops through all records and sends each of them ONE BY ONE. ... to be able to communicate with apache. ... (comp.lang.php) - Re: No document.body after window onload?
... I have added a compatibility setting to my Apache ... I've never heard of sending it to the client with the type ... The qs value determines the source quality, ... where the client has indicated that it wants text/html with a weight ... (comp.lang.javascript) - Re: Apache, Possible DoS/Overflow attack ?
... >>I was presented with a set of apache logs which were showing some out of ... Clip from Apache Manual: ... Note that when you specify an ErrorDocument that points to a remote URL (ie. ... most important being that the client will not receive the original error status ... (comp.os.linux.security) - Re: Attempts to push spam through apache
... Same thing happening with a client of mine, ... but disabling it didn't helped at ... I know there are other, newer apache versions, but SuSE doesn't have them. ... > Obviously this is an effort to pump spam through my server to 208.17.33.40. ... (Focus-Linux) |
|