| timewriter | im a newbie with linux , thumbs but i think it was my friend mistake |
| thumbs | ok. Lesson one: do not panick, and read documentation. |
| timewriter | yes it was his fault i can see smaller iso files |
| thumbs | ok, good. |
| timewriter | now how do i update the apache ? |
| thumbs | that entirely depends on what distribution you're using. |
| timewriter | fedora core 5 |
| thumbs | then I suggest you try asking your question in #fedora |
| timewriter | ok thank you for help ill join them |
| niq | excuse? |
| fajita | broadcast packets on wrong frequency |
| timewriter | i might need to install apache from source yum doesnt find a newer version |
| mattt_ | is it possible to apply an htaccess rule to a specific url (for authentication perhaps)? mod_access <Location> :D |
| thumbs | deny context |
| fajita | Deny may be used in the following contexts: directory, .htaccess |
| thumbs | mattt_: apparently, yes. |
| mattt_ | directory won't work if i'm including the files in that directory with php includ() afaik |
| thumbs | mattt_: come again? no, if you include some random directories and files with php, no, the httpd.conf rules don't apply mattt_: perhaps you're trying to solve the wrong problem? |
| mattt_ | no.. i think i've sorta designed myself into a corner (in some aspects) the Location directive will work just fine though.. i just hope this server has mod_access loaded |
| thumbs | ok then. |
| mattt_ | how can i tell what modules are loaded if i don't have access to the configs? |
| PlasmaHH | hi, when adding something like <Files *>deny from all </Files> is it a bug or a feature that uris with a space (or %20) in the pathname are visible nevertheless? |
| thumbs | httpd -L |
| fajita | httpd -L is httpd -l (small L) will show you what modules were compiled into apache, but only compiled-in; others can be loaded with LoadModule or httpd -L (capital L) will show you a list of available configuration directives provided by the currently compiled in module set (shown by httpd -l (small L)) |
| mattt_ | thanks |
| thumbs | sample url |
| fajita | Could you please give us a URL at which the behavior is demonstrated. This would help us troubleshoot the problem. |
| thumbs | PlasmaHH: ^^ |
| PlasmaHH | thumbs: its in my local network (was testing a site before bringing it online=) |
| thumbs | ok then, perhaps you can troubleshoot it yourself. |
| PlasmaHH | so this behaviour is not intended? |