| DrBacchus | Aragorn16: So obviously I'm missing something. |
| amerinese | esp with ubuntu being so well funded |
| Aragorn16 | DrBacchus: I though so too, but the title of my HTML document reads "400 Bad Request" and the page says something similar. |
| DrBacchus | What does the *error* log say? |
| Aragorn16 | That's what I gave you. |
| DrBacchus | No, you gave me the rewrite log. |
| Aragorn16 | Oh oh oh, hold on... [Tue Apr 17 14:48:56 2007] [error] [client 192.168.1.23] Invalid URI in request GET /~safetylabel/catalogs/view/catalog/5/ HTTP/1.1 |
| DrBacchus | Which is good, since usually I have to beat people with a stick to get a rewrite log out of them. :-) |
| Aragorn16 | hehe |
| DrBacchus | Hmm. So it's the initial URI, not the rewritten one. Weird. |
| fajita | ask about jink |
| DrBacchus | You turned off MultiViews, right? |
| thumbs | amerinese: use the OS you're most comfortable with. |
| Aragorn16 | Yes. Should I throw up my httpd.conf? |
| emence | I thinnk i have something screwed up in my php.conf file for apache.. everytime i try and go to a php page on the server.. it prompts me to download the page as opposed to displaying it |
| Aragorn16 | emence: You need to register .php files. |
| DrBacchus | Aragorn16: Possibly. I don't see anything wrong with either the rule itself, or the rewritelog showing it working. |
| emence | Aragorn16: what do you mean by register? |
| DrBacchus | fajita: php handler |
| fajita | php handler is 'AddHandler application/x-httpd-php .php |
| Aragorn16 | Yeah, like that. |
| emence | I have that in my php.conf file |
| Aragorn16 | DrBacchus: Lemme go put up the .conf file. emence: Do you have the proper path to your php binary? DrBacchus: http://apache.pastebin.ca/445157 emence: Or is the php module loaded correctly? emence: Or have you made any recent changes and forgot to restart the server? |
| emence | hmm looks like i am missing: # Action application/x-httpd-php "/php/php.exe" |
| jwl007 | No, don't let him try it! |
| thumbs | Action |
| Aragorn16 | emence: # is a comment, you don't want that in front of the Action directive. |
| fajita | Action is http://httpd.apache.org/docs/2.2/mod/mod_actions.html#action (has the 'virtual' argument in 2.2) http://httpd.apache.org/docs/2.0/mod/mod_actions.html#action |
| thumbs | wtf are you using Action for? |
| Aragorn16 | thumbs: Probably cgi. Wait, is this a Windows box? |