How You can help me ..
I searched every where in how I can Add security by specifying the port in accessing certing page ..
how I can do it &
I mean like : www.domain.com:8448/page.html
Anybody help ?
Please Help
How You can help me ..
I searched every where in how I can Add security by specifying the port in accessing certing page ..
how I can do it &
I mean like : www.domain.com:8448/page.html
Anybody help ?
Please Help
????![]()
[quote:4a796c8dea][i:4a796c8dea]Originally posted by aitn[/i:4a796c8dea]
How You can help me ..
I searched every where in how I can Add security by specifying the port in accessing certing page ..
how I can do it &
I mean like : www.domain.com:8448/page.html
Anybody help ?
Please Help
[/quote:4a796c8dea]
your question is very confusing... really can not understand what you are trying to say.
Parag
I want to make the page opening with a port number at the end
what the configuration I need to add in my server logs httpd.conf
file or other file to let a specific site run with a port number like:
http://www.domain.net:2020/page.php ( for example ) ..
Do you got it .. ?
I get it.
He wants to have a portion of his site using a diff. port number, other than 80 (apache's)
This way, he can use his files/scripts in a different area, perhaps user restricted.
sean
Thats right ..
so anyone can tell me how I can do it in my server ?
The Apache documentation:
http://httpd.apache.org/docs/mod/core.html#listen
But that's not making your pages secure.