From leoboiko at ime.usp.br Fri Feb 5 13:58:35 2010 From: leoboiko at ime.usp.br (Leonardo Boiko) Date: Fri, 05 Feb 2010 10:58:35 -0200 Subject: [mpm-itk] ITK and userdir Message-ID: <87wryr4z5w.wl%leoboiko@ime.usp.br> Hi, Sorry if I?m asking something stupid or already solved. I searched around and was confused. Unless I?m misunderstanding things (which is likely), ITK only works for VirtualHosts. It has no knowledge of mod_userdir, like, say suexec does. Would it be possible (or make sense) to extend ITK so that Apache served everything under an userdir as that user? (Including CGI, mod_{php,python,perl,ruby,*}, etc.) -- Leonardo Boiko?SI http://www.ime.usp.br/~leoboiko -------------- next part -------------- A non-text attachment was scrubbed... Name: not available Type: application/pgp-signature Size: 197 bytes Desc: not available URL: From azurit at pobox.sk Fri Feb 5 14:11:49 2010 From: azurit at pobox.sk (azurIt) Date: Fri, 05 Feb 2010 14:11:49 +0100 Subject: [mpm-itk] ITK and userdir Message-ID: <7f5ad0685c5d4a6299f52a9c79944472@pobox.sk> http://lists.err.no/pipermail/mpm-itk/2009-March/000112.html >-----P?vodn? spr?va----- >Od: Leonardo Boiko [mailto:leoboiko at ime.usp.br] >Komu: mpm-itk at err.no >Predmet: [mpm-itk] ITK and userdir > > >_______________________________________________ >mpm-itk mailing list >mpm-itk at err.no >http://lists.err.no/mailman/listinfo/mpm-itk From knut at auvor.no Fri Feb 5 15:38:39 2010 From: knut at auvor.no (Knut Auvor Grythe) Date: Fri, 5 Feb 2010 15:38:39 +0100 Subject: [mpm-itk] ITK and userdir In-Reply-To: <7f5ad0685c5d4a6299f52a9c79944472@pobox.sk> References: <7f5ad0685c5d4a6299f52a9c79944472@pobox.sk> Message-ID: <20100205143839.GF10983@stud.ntnu.no> On Fri, Feb 05, 2010 at 02:11:49PM +0100, azurIt wrote: > http://lists.err.no/pipermail/mpm-itk/2009-March/000112.html Yes, but with that version he will still have to create configuration entries for every homedir. I once wrote a rough patch which allowed to extract the user name from the path on disk, and mentioned it in this post: http://lists.err.no/pipermail/mpm-itk/2009-November/000195.html However, it's not polished or extensively tested, so I wouldn't recommend deploying it as-is in a production environment. -- Knut Auvor From knut at auvor.no Fri Feb 5 15:38:39 2010 From: knut at auvor.no (Knut Auvor Grythe) Date: Fri, 5 Feb 2010 15:38:39 +0100 Subject: [mpm-itk] ITK and userdir In-Reply-To: <7f5ad0685c5d4a6299f52a9c79944472@pobox.sk> References: <7f5ad0685c5d4a6299f52a9c79944472@pobox.sk> Message-ID: <20100205143839.GF10983@stud.ntnu.no> On Fri, Feb 05, 2010 at 02:11:49PM +0100, azurIt wrote: > http://lists.err.no/pipermail/mpm-itk/2009-March/000112.html Yes, but with that version he will still have to create configuration entries for every homedir. I once wrote a rough patch which allowed to extract the user name from the path on disk, and mentioned it in this post: http://lists.err.no/pipermail/mpm-itk/2009-November/000195.html However, it's not polished or extensively tested, so I wouldn't recommend deploying it as-is in a production environment. -- Knut Auvor From admin at kipalex.ru Wed Feb 10 14:34:57 2010 From: admin at kipalex.ru (Andrey Garkin) Date: Wed, 10 Feb 2010 16:34:57 +0300 Subject: [mpm-itk] Hi! Message-ID: <4B72B601.403@kipalex.ru> Please help... How can i am rebuild standart apache in my centos server. From src.rpm??? From gergely at lonyai.com Wed Feb 10 14:42:52 2010 From: gergely at lonyai.com (Gergely Lonyai) Date: Wed, 10 Feb 2010 14:42:52 +0100 Subject: [mpm-itk] Hi! In-Reply-To: <4B72B601.403@kipalex.ru> References: <4B72B601.403@kipalex.ru> Message-ID: <20100210144252.685ffa33@mandrivalinux.hu> Wed, 10 Feb 2010 16:34:57 +0300 -n Andrey Garkin ?rta: > Please help... > > How can i am rebuild standart apache in my centos server. > From src.rpm??? > Hi, rpm --rebuild apache.src.rpm Aleph -- Gergely Lonyai OS Developper: Mandriva Linux Security solution: RSBAC, GnuPG, CACert.org -- This mail is e-signed mail with trusted PGP Mime key. Please get my public key from keyservers and check this mail consistency with GnuPG. -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 198 bytes Desc: not available URL: From aleksei at miheev.info Wed Feb 10 14:59:58 2010 From: aleksei at miheev.info (Aleksei Miheev) Date: Wed, 10 Feb 2010 16:59:58 +0300 Subject: [mpm-itk] Hi! In-Reply-To: <4B72B601.403@kipalex.ru> References: <4B72B601.403@kipalex.ru> Message-ID: <20100210165958.16d95b7f@miheev.info> Hi, Andrey! You can try mine: http://ru.miheev.info/static/httpd-2.2.10-1.src.rpm It has some flaws, that I don't have time to fix (but it runs pretty well with 300+ sites per server), though: - DocumentRoot in default config may be incorrect - httpd doesn't depend on mod_ssl, but default config assumes it's installed - Apache is compiled with suEXEC support, which is obviously unnecessary here - probably other issues I haven't came across yet. ? Wed, 10 Feb 2010 16:34:57 +0300 Andrey Garkin ?????: > Please help... > > How can i am rebuild standart apache in my centos server. > From src.rpm??? > -- Regards, Aleksei "rusty_angel" Miheev http://ru.miheev.info/ | http://www.rock.ru/ mailto:aleksei at miheev.info | xmpp:aleksei at miheev.info From aleph at mandriva.org Wed Feb 10 15:28:08 2010 From: aleph at mandriva.org (Lonyai Gergely) Date: Wed, 10 Feb 2010 15:28:08 +0100 Subject: [mpm-itk] Hi! In-Reply-To: <4B72B601.403@kipalex.ru> References: <4B72B601.403@kipalex.ru> Message-ID: <20100210152808.11faf4ec@mandrivalinux.hu> Wed, 10 Feb 2010 16:34:57 +0300 -n Andrey Garkin ?rta: > Please help... > > How can i am rebuild standart apache in my centos server. > From src.rpm??? > Hi, rpm --rebuild apache.src.rpm Aleph -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 198 bytes Desc: not available URL: From aleksei at miheev.info Wed Feb 10 15:38:30 2010 From: aleksei at miheev.info (Aleksei Miheev) Date: Wed, 10 Feb 2010 17:38:30 +0300 Subject: [mpm-itk] Hi! In-Reply-To: <20100210165958.16d95b7f@miheev.info> References: <4B72B601.403@kipalex.ru> <20100210165958.16d95b7f@miheev.info> Message-ID: <20100210173830.1e380ccd@wooster> Ah, sorry, missed the 'standard' word :) Use rpm --rebuild as mentioned above. ? Wed, 10 Feb 2010 16:59:58 +0300 Aleksei Miheev ?????: > Hi, Andrey! > > [...] > > > Please help... > > > > How can i am rebuild standart apache in my centos server. > > From src.rpm??? > > > -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 198 bytes Desc: not available URL: From admin at kipalex.ru Wed Feb 10 15:50:45 2010 From: admin at kipalex.ru (Andrey Garkin) Date: Wed, 10 Feb 2010 17:50:45 +0300 Subject: [mpm-itk] Hi! In-Reply-To: <4B72B601.403@kipalex.ru> References: <4B72B601.403@kipalex.ru> Message-ID: <4B72C7C5.9060206@kipalex.ru> Andrey Garkin ?????: > Please help... > > How can i am rebuild standart apache in my centos server. > From src.rpm??? > > > > _______________________________________________ > mpm-itk mailing list > mpm-itk at err.no > http://lists.err.no/mailman/listinfo/mpm-itk > rpmbuild httpd.spec Original files completed with out error. When i am enable with itk module in .spec file rpmbuild --httpd-itk.spec with error when configure itk.... make[4]: Leaving directory `/home/underk0m/rpmbuild/BUILD/httpd-2.2.3/itk/modules/mappers' make[3]: Leaving directory `/home/underk0m/rpmbuild/BUILD/httpd-2.2.3/itk/modules/mappers' make[2]: Leaving directory `/home/underk0m/rpmbuild/BUILD/httpd-2.2.3/itk/modules' make[2]: Entering directory `/home/underk0m/rpmbuild/BUILD/httpd-2.2.3/itk/support' make[2]: Leaving directory `/home/underk0m/rpmbuild/BUILD/httpd-2.2.3/itk/support' make[1]: Leaving directory `/home/underk0m/rpmbuild/BUILD/httpd-2.2.3/itk' make: *** [all-recursive] Error 1 ??????: ???????? ??? ???????? ?? /var/tmp/rpm-tmp.64393 (%build) ?????? ?????? ???????: ???????? ??? ???????? ?? /var/tmp/rpm-tmp.64393 (%build) [underk0m at ns1 SPECS]$ cat /var/tmp/rpm-tmp.64393 (%build) -bash: syntax error near unexpected token `(' In the patch: -bash: syntax error near unexpected token `(' I am using httpd-2.2.3 and apache2.2-mpm-itk-20090414-00.patch From aleph at mandriva.org Wed Feb 10 16:02:36 2010 From: aleph at mandriva.org (Lonyai Gergely) Date: Wed, 10 Feb 2010 16:02:36 +0100 Subject: [mpm-itk] Hi! In-Reply-To: <4B72C7C5.9060206@kipalex.ru> References: <4B72B601.403@kipalex.ru> <4B72C7C5.9060206@kipalex.ru> Message-ID: <20100210160236.39805994@mandrivalinux.hu> Wed, 10 Feb 2010 17:50:45 +0300 -n Andrey Garkin ?rta: > Andrey Garkin ?????: > > Please help... > > > > How can i am rebuild standart apache in my centos server. > > From src.rpm??? > > > > > > > > _______________________________________________ > > mpm-itk mailing list > > mpm-itk at err.no > > http://lists.err.no/mailman/listinfo/mpm-itk > > > rpmbuild httpd.spec Original files completed with out error. > > When i am enable with itk module in .spec file > rpmbuild --httpd-itk.spec with error when configure itk.... > make[4]: Leaving directory > `/home/underk0m/rpmbuild/BUILD/httpd-2.2.3/itk/modules/mappers' > make[3]: Leaving directory > `/home/underk0m/rpmbuild/BUILD/httpd-2.2.3/itk/modules/mappers' > make[2]: Leaving directory > `/home/underk0m/rpmbuild/BUILD/httpd-2.2.3/itk/modules' > make[2]: Entering directory > `/home/underk0m/rpmbuild/BUILD/httpd-2.2.3/itk/support' > make[2]: Leaving directory > `/home/underk0m/rpmbuild/BUILD/httpd-2.2.3/itk/support' > > make[1]: Leaving directory `/home/underk0m/rpmbuild/BUILD/httpd-2.2.3/itk' > make: *** [all-recursive] Error 1 > ??????: ???????? ??? ???????? ?? /var/tmp/rpm-tmp.64393 (%build) > > > ?????? ?????? ???????: > ???????? ??? ???????? ?? /var/tmp/rpm-tmp.64393 (%build) > [underk0m at ns1 SPECS]$ cat /var/tmp/rpm-tmp.64393 (%build) > -bash: syntax error near unexpected token `(' > > In the patch: -bash: syntax error near unexpected token `(' > I am using httpd-2.2.3 and apache2.2-mpm-itk-20090414-00.patch > Hi, Please, you don't compile the apache now. SRY but this may have some knowledge. Aleph -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 198 bytes Desc: not available URL: From admin at kipalex.ru Wed Feb 10 16:06:52 2010 From: admin at kipalex.ru (Andrey Garkin) Date: Wed, 10 Feb 2010 18:06:52 +0300 Subject: [mpm-itk] Hi! In-Reply-To: <20100210160236.39805994@mandrivalinux.hu> References: <4B72B601.403@kipalex.ru> <4B72C7C5.9060206@kipalex.ru> <20100210160236.39805994@mandrivalinux.hu> Message-ID: <4B72CB8C.8080908@kipalex.ru> Lonyai Gergely ?????: > Wed, 10 Feb 2010 17:50:45 +0300 -n > Andrey Garkin ?rta: > > >> Andrey Garkin ?????: >> >>> Please help... >>> >>> How can i am rebuild standart apache in my centos server. >>> From src.rpm??? >>> >>> >>> >>> _______________________________________________ >>> mpm-itk mailing list >>> mpm-itk at err.no >>> http://lists.err.no/mailman/listinfo/mpm-itk >>> >>> >> rpmbuild httpd.spec Original files completed with out error. >> >> When i am enable with itk module in .spec file >> rpmbuild --httpd-itk.spec with error when configure itk.... >> make[4]: Leaving directory >> `/home/underk0m/rpmbuild/BUILD/httpd-2.2.3/itk/modules/mappers' >> make[3]: Leaving directory >> `/home/underk0m/rpmbuild/BUILD/httpd-2.2.3/itk/modules/mappers' >> make[2]: Leaving directory >> `/home/underk0m/rpmbuild/BUILD/httpd-2.2.3/itk/modules' >> make[2]: Entering directory >> `/home/underk0m/rpmbuild/BUILD/httpd-2.2.3/itk/support' >> make[2]: Leaving directory >> `/home/underk0m/rpmbuild/BUILD/httpd-2.2.3/itk/support' >> >> make[1]: Leaving directory `/home/underk0m/rpmbuild/BUILD/httpd-2.2.3/itk' >> make: *** [all-recursive] Error 1 >> ??????: ???????? ??? ???????? ?? /var/tmp/rpm-tmp.64393 (%build) >> >> >> ?????? ?????? ???????: >> ???????? ??? ???????? ?? /var/tmp/rpm-tmp.64393 (%build) >> [underk0m at ns1 SPECS]$ cat /var/tmp/rpm-tmp.64393 (%build) >> -bash: syntax error near unexpected token `(' >> >> In the patch: -bash: syntax error near unexpected token `(' >> I am using httpd-2.2.3 and apache2.2-mpm-itk-20090414-00.patch >> >> > Hi, > > Please, you don't compile the apache now. > SRY but this may have some knowledge. > > Aleph > > ------------------------------------------------------------------------ > > _______________________________________________ > mpm-itk mailing list > mpm-itk at err.no > http://lists.err.no/mailman/listinfo/mpm-itk > But how can I'm fix this error? -bash: syntax error near unexpected token `(' From aleph at mandriva.org Wed Feb 10 16:11:42 2010 From: aleph at mandriva.org (Lonyai Gergely) Date: Wed, 10 Feb 2010 16:11:42 +0100 Subject: [mpm-itk] Hi! In-Reply-To: <4B72CB8C.8080908@kipalex.ru> References: <4B72B601.403@kipalex.ru> <4B72C7C5.9060206@kipalex.ru> <20100210160236.39805994@mandrivalinux.hu> <4B72CB8C.8080908@kipalex.ru> Message-ID: <20100210161142.70665f13@mandrivalinux.hu> Wed, 10 Feb 2010 18:06:52 +0300 -n Andrey Garkin ?rta: > Lonyai Gergely ?????: > > Wed, 10 Feb 2010 17:50:45 +0300 -n > > Andrey Garkin ?rta: > > > > > >> Andrey Garkin ?????: > >> > >>> Please help... > >>> > >>> How can i am rebuild standart apache in my centos server. > >>> From src.rpm??? > >>> > >>> > >>> > >>> _______________________________________________ > >>> mpm-itk mailing list > >>> mpm-itk at err.no > >>> http://lists.err.no/mailman/listinfo/mpm-itk > >>> > >>> > >> rpmbuild httpd.spec Original files completed with out error. > >> > >> When i am enable with itk module in .spec file > >> rpmbuild --httpd-itk.spec with error when configure itk.... > >> make[4]: Leaving directory > >> `/home/underk0m/rpmbuild/BUILD/httpd-2.2.3/itk/modules/mappers' > >> make[3]: Leaving directory > >> `/home/underk0m/rpmbuild/BUILD/httpd-2.2.3/itk/modules/mappers' > >> make[2]: Leaving directory > >> `/home/underk0m/rpmbuild/BUILD/httpd-2.2.3/itk/modules' > >> make[2]: Entering directory > >> `/home/underk0m/rpmbuild/BUILD/httpd-2.2.3/itk/support' > >> make[2]: Leaving directory > >> `/home/underk0m/rpmbuild/BUILD/httpd-2.2.3/itk/support' > >> > >> make[1]: Leaving directory `/home/underk0m/rpmbuild/BUILD/httpd-2.2.3/itk' > >> make: *** [all-recursive] Error 1 > >> ??????: ???????? ??? ???????? ?? /var/tmp/rpm-tmp.64393 (%build) > >> > >> > >> ?????? ?????? ???????: > >> ???????? ??? ???????? ?? /var/tmp/rpm-tmp.64393 (%build) > >> [underk0m at ns1 SPECS]$ cat /var/tmp/rpm-tmp.64393 (%build) > >> -bash: syntax error near unexpected token `(' > >> > >> In the patch: -bash: syntax error near unexpected token `(' > >> I am using httpd-2.2.3 and apache2.2-mpm-itk-20090414-00.patch > >> > >> > > Hi, > > > > Please, you don't compile the apache now. > > SRY but this may have some knowledge. > > > > Aleph > > > > ------------------------------------------------------------------------ > > > > _______________________________________________ > > mpm-itk mailing list > > mpm-itk at err.no > > http://lists.err.no/mailman/listinfo/mpm-itk > > > But how can I'm fix this error? > > -bash: syntax error near unexpected token `(' > > The '(' is a special character in the Bash. Please contact to the `man bash`. Haven't you got small console experience? Aleph -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 198 bytes Desc: not available URL: From admin at kipalex.ru Wed Feb 10 16:15:29 2010 From: admin at kipalex.ru (Andrey Garkin) Date: Wed, 10 Feb 2010 18:15:29 +0300 Subject: [mpm-itk] Hi! In-Reply-To: <20100210161142.70665f13@mandrivalinux.hu> References: <4B72B601.403@kipalex.ru> <4B72C7C5.9060206@kipalex.ru> <20100210160236.39805994@mandrivalinux.hu> <4B72CB8C.8080908@kipalex.ru> <20100210161142.70665f13@mandrivalinux.hu> Message-ID: <4B72CD91.40700@kipalex.ru> Lonyai Gergely ?????: > Wed, 10 Feb 2010 18:06:52 +0300 -n > Andrey Garkin ?rta: > > >> Lonyai Gergely ?????: >> >>> Wed, 10 Feb 2010 17:50:45 +0300 -n >>> Andrey Garkin ?rta: >>> >>> >>> >>>> Andrey Garkin ?????: >>>> >>>> >>>>> Please help... >>>>> >>>>> How can i am rebuild standart apache in my centos server. >>>>> From src.rpm??? >>>>> >>>>> >>>>> >>>>> _______________________________________________ >>>>> mpm-itk mailing list >>>>> mpm-itk at err.no >>>>> http://lists.err.no/mailman/listinfo/mpm-itk >>>>> >>>>> >>>>> >>>> rpmbuild httpd.spec Original files completed with out error. >>>> >>>> When i am enable with itk module in .spec file >>>> rpmbuild --httpd-itk.spec with error when configure itk.... >>>> make[4]: Leaving directory >>>> `/home/underk0m/rpmbuild/BUILD/httpd-2.2.3/itk/modules/mappers' >>>> make[3]: Leaving directory >>>> `/home/underk0m/rpmbuild/BUILD/httpd-2.2.3/itk/modules/mappers' >>>> make[2]: Leaving directory >>>> `/home/underk0m/rpmbuild/BUILD/httpd-2.2.3/itk/modules' >>>> make[2]: Entering directory >>>> `/home/underk0m/rpmbuild/BUILD/httpd-2.2.3/itk/support' >>>> make[2]: Leaving directory >>>> `/home/underk0m/rpmbuild/BUILD/httpd-2.2.3/itk/support' >>>> >>>> make[1]: Leaving directory `/home/underk0m/rpmbuild/BUILD/httpd-2.2.3/itk' >>>> make: *** [all-recursive] Error 1 >>>> ??????: ???????? ??? ???????? ?? /var/tmp/rpm-tmp.64393 (%build) >>>> >>>> >>>> ?????? ?????? ???????: >>>> ???????? ??? ???????? ?? /var/tmp/rpm-tmp.64393 (%build) >>>> [underk0m at ns1 SPECS]$ cat /var/tmp/rpm-tmp.64393 (%build) >>>> -bash: syntax error near unexpected token `(' >>>> >>>> In the patch: -bash: syntax error near unexpected token `(' >>>> I am using httpd-2.2.3 and apache2.2-mpm-itk-20090414-00.patch >>>> >>>> >>>> >>> Hi, >>> >>> Please, you don't compile the apache now. >>> SRY but this may have some knowledge. >>> >>> Aleph >>> >>> ------------------------------------------------------------------------ >>> >>> _______________________________________________ >>> mpm-itk mailing list >>> mpm-itk at err.no >>> http://lists.err.no/mailman/listinfo/mpm-itk >>> >>> >> But how can I'm fix this error? >> >> -bash: syntax error near unexpected token `(' >> >> >> > The '(' is a special character in the Bash. Please contact to the `man > bash`. > Haven't you got small console experience? > > Aleph > > ------------------------------------------------------------------------ > > _______________________________________________ > mpm-itk mailing list > mpm-itk at err.no > http://lists.err.no/mailman/listinfo/mpm-itk > I do not understand you. Can tell that to me to make one after another?