Yes it does.  I think at the moment I have all defaulst for qmail as 
well.

Bryan

On Wednesday, April 25, 2001, at 09:28 AM, Jay Moore wrote:

> Does your apache run as the user nobody?
> Jay
>
> iceberg wrote:
>
>> This didnt work for me, I've duplicated your dir permissions.  The 
>> location of my qmailadmin is the only diferent location.  This is what 
>> I have set up in apache, maybe the problem lies there or something.  
>> the test.cgi script that comes with apache is working so I know cgi is 
>> working but here is the v-host conf I have:
>> <VirtualHost 208.223.124.239:80>
>>    ServerAdmin [EMAIL PROTECTED]
>>    ServerName qmailadmin.brainrazor.com
>>    SSLDisable
>>    DocumentRoot /home/qmailadmin
>>    TransferLog /home/qmailadmin/xfer.log
>>    ErrorLog /home/qmailadmin/err.log
>>    ScriptAlias /cgi-bin/ "/home/qmailadmin/cgi-bin/"
>> </VirtualHost>
>> the qmailadmin script is in /home/qmailadmin/cgi-bin and has the same 
>> permisions as mentioned below.
>> Bryan
>> [EMAIL PROTECTED]
>> On Monday, April 23, 2001, at 06:36 AM, Jay Moore wrote:
>>> :/usr/local/share/qmailadmin# ls -al
>>> total 12
>>> drwxr-sr-x   3 root     root         4096 Apr 19 17:37 .
>>> drwxr-sr-x   6 root     root         4096 Apr 19 17:37 ..
>>> drwxr-sr-x   2 root     root         4096 Apr 19 17:37 html
>>> cd html
>>> ls -la
>>> total 164
>>> drwxr-sr-x   2 root     root         4096 Apr 20 09:54 .
>>> drwxr-sr-x   3 root     root         4096 Apr 20 09:54 ..
>>> -rwxr-xr-x   1 root     root         2671 Apr 20 09:54 add_alias.html
>>> -rwxr-xr-x   1 root     root         3015 Apr 20 09:54 
>>> add_autorespond.html
>>> -rwxr-xr-x   1 root     root         2599 Apr 20 09:54 
>>> add_forward.html
>>> -rwxr-xr-x   1 root     root         2392 Apr 20 09:54 
>>> add_listmod.html
>>> -rwxr-xr-x   1 root     root         2388 Apr 20 09:54 
>>> add_listuser.html
>>> -rwxr-xr-x   1 root     root         8342 Apr 20 09:54 
>>> add_mailinglist-idx.html
>>> -rwxr-xr-x   1 root     root         1987 Apr 20 09:54 
>>> add_mailinglist-no-idx.ht
>>> ml
>>> -rwxr-xr-x   1 root     root         3834 Apr 20 09:54 add_user.html
>>> -rwxr-xr-x   1 root     root         7073 Apr 20 09:54 de
>>> -rwxr-xr-x   1 root     root         1701 Apr 20 09:54 
>>> del_alias_confirm.html
>>> -rwxr-xr-x   1 root     root         1726 Apr 20 09:54 
>>> del_autorespond_confirm.h
>>> tml
>>> -rwxr-xr-x   1 root     root         1726 Apr 20 09:54 
>>> del_forward_confirm.html
>>> -rwxr-xr-x   1 root     root         1722 Apr 20 09:54 
>>> del_mailinglist_confirm.h
>>> tml
>>> -rwxr-xr-x   1 root     root         1913 Apr 20 09:54 
>>> del_user_confirm.html
>>> -rwxr-xr-x   1 root     root         6621 Apr 20 09:54 en
>>> -rwxr-xr-x   1 root     root         7544 Apr 20 09:54 fr
>>> -rwxr-xr-x   1 root     root         6082 Apr 20 09:54 ja
>>> -rwxr-xr-x   1 root     root          937 Apr 20 09:54 main_menu.html
>>> -rwxr-xr-x   1 root     root           40 Apr 20 09:54 main_table.html
>>> -rwxr-xr-x   1 root     root         2291 Apr 20 09:54 
>>> mod_autorespond.html
>>> -rwxr-xr-x   1 root     root         2210 Apr 20 09:54 
>>> mod_dotqmail.html
>>> -rwxr-xr-x   1 root     root         2926 Apr 20 09:54 mod_user.html
>>> -rwxr-xr-x   1 root     root         8790 Apr 20 09:54 pt-BR
>>> -rwxr-xr-x   1 root     root         1287 Apr 20 09:54 show_alias.html
>>> -rwxr-xr-x   1 root     root         1206 Apr 20 09:54 
>>> show_autorespond.html
>>> -rwxr-xr-x   1 root     root         1276 Apr 20 09:54 
>>> show_forwards.html
>>> -rwxr-xr-x   1 root     root         5502 Apr 20 09:54 show_login.html
>>> -rwxr-xr-x   1 root     root         1380 Apr 20 09:54 
>>> show_mailinglist.html
>>> -rwxr-xr-x   1 root     root         1938 Apr 20 09:54 
>>> show_redirect.html
>>> -rwxr-xr-x   1 root     root         1288 Apr 20 09:54 show_users.html
>>> cd /var/lib/apache/cgi-bin
>>> ls -al
>>> total 1324
>>> drwxr-xr-x   2 root     root         4096 Apr 20 09:54 .
>>> drwxr-xr-x  11 root     root         4096 May 16  2000 ..
>>> -rwxr-xr-x   1 root     root       959164 May 12  2000 htsearch
>>> -rwsr-sr-x   1 vpopmail vchkpw     101660 Apr 20 09:54 qmailadmin
>>> -rwsr-xr-x   1 root     root       246352 May 11  2000 sqwebmail
>>> Hope this helps.
>>> Jay
>>> iceberg wrote:
>>>> I'd be vary curious to see what permisions you have set, as I tried 
>>>> to chmod all the files 777 and it still would not function.
>>>> Thanks
>>>> Bryan
>>>> On Friday, April 20, 2001, at 06:56 PM, Jay Moore wrote:
>>>>> I did get it working!  If you can wait until monday, I will send 
>>>>> you what permissions I changed everything to.  Look at 
>>>>> /usr/local/share/qmailadmin/html permissons.  I cannot remember 
>>>>> what I changed them to put will send on monday.  Also had to change 
>>>>> the permissions on the /home/htdocs/images/qmailadmin dir as well.
>>>>> jay
>>>>> iceberg wrote:
>>>>>> Actualy I never did get the problem fixed and you are the first 
>>>>>> person to have also had the problem.  #qmail on efnet was no help 
>>>>>> as I was only called various names or persons wanted me to pay 
>>>>>> them to fix the problem.  Id rather do it myself and know what the 
>>>>>> problem is so I can fix it if it happens again.  Noone responded 
>>>>>> to my post here leading me to belive thatthis is only the first 
>>>>>> and second occurance of the problem.  Ive gone through and chmoded 
>>>>>> everything to 777 and it still continues to do this.  Unlees your 
>>>>>> willing to pay one of these guys a few hundred bux I dont think 
>>>>>> there is a public solution.  Im trying to find an alternate to 
>>>>>> qmailadmin now as it just plain does not work for me.
>>>>>> Bryan
>>>>>> On Friday, April 20, 2001, at 09:11 AM, Jay Moore wrote:
>>>>>>> As previously posted, I am also getting
>>>>>>> /usr/local/share/qmailadmin//html//show_login.html
>>>>>>> when i load the qmailadmin page.  I just upgraded to .42.  I 
>>>>>>> noticed in the archive someone said they fixed the problem 
>>>>>>> (permissions).  Could someone enlighten me to as what persmission 
>>>>>>> problems they were and how to fix them.
>>>>>>> v/r
>>>>>>> Jay
>
>

Reply via email to