Quote:<blockquote data-ipsquote="" class="ipsQuote" data-ipsquote-contentcommentid="7532" data-ipsquote-username="Roach" data-cite="Roach" data-ipsquote-contentapp="forums" data-ipsquote-contenttype="forums" data-ipsquote-contentid="2097" data-ipsquote-contentclass="forums_Topic"><div>Scriptalias is pointed to my cgi-bin folder and its enabled, i can post my httpd.conf here if you got some time to take a look at it.. i seriously think theres nothing wrong with it but im a noob so i cant be really sure.
Ok, that is strange as when ScriptAlias is set correctly it should think
everything in the directory is a script to be executed.
You can attach it as a file (click on the "Add Reply" then goto "File Attachments" and then click to add the post and you will get something like [ attachment = number ]).
Also check that you don't have any /cgi-bin/.htaccess screwing around with the settings.. ?
</div></blockquote>
there aint no .htaccess in cgi-bin ..
there is 1 in cgi-bin/cgiirc/.htaccess
Code:
<files cgiirc.config>
<limit GET POST>
allow from all
</limit>
</files>
Directoryindex irc.cgi
and theres 1 in cgi-bin/cgiirc/modules/.htaccess
my httpd.conf :
[/url][url=http://keffie.mine.nu/httpd.conf]http://keffie.mine.nu/httpd.conf
theres also a httpd.conf~ in that dir.. should i delete that or ?
i installed everything (apache, php, mysql) into /usr/local/eflicta/
Its strange that it all worked, but when i rebooted it didnt anymore.
Btw, Really cool that your trying to help me out :)