Tagged Questions
0
votes
2answers
224 views
htaccess and htpasswd trouble
This is the first time that I have ever tried working with .htpasswd and .htaccess files, so please point out my childish works.
I have my apache document root set to /www/ on my debian server. ...
1
vote
2answers
218 views
Run server-side script as authenticated user in apache--is it possible?
I'm developing a web app that takes a bunch of parameters (dropdown boxes, etc) from an authenticated user, creates a file, then delivers that file via stdin to a program on my web server.
Due to ...