[EMAIL PROTECTED] mod_dav configuration

2008-08-13 Thread [EMAIL PROTECTED]
Hi all, my problem is the following: In /var/www/vhosts i have the virtual hosts, i.e. /var/www/vhosts/{site.com,test.net,etc.com}.Now i have n users. I want user1 to be able to access the site.com and test.net directory over webdav on his dav folder at https://user1:[EMAIL PROTECTED]/dav

[EMAIL PROTECTED] redirect with query string

2008-09-02 Thread [EMAIL PROTECTED]
om/onesearch - The official User-To-User support forum of the Apache HTTP Server Project. See http://httpd.apache.org/userslist.html> for more info. To unsubscribe, e-mail: [EMAIL PROTECTED] " from the digest: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: [EMAIL PROTECTED] redirect with query string

2008-09-02 Thread [EMAIL PROTECTED]
gton <[EMAIL PROTECTED]> Para: users@httpd.apache.org Enviado: martes 2 de septiembre de 2008, 16:31:25 Asunto: Re: [EMAIL PROTECTED] redirect with query string On 9/2/08, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: > Hi, > > I have a redirect problem, I already googled it

[EMAIL PROTECTED] startup problem: httpd-2.2.10 and undefined symbol: dav_push_error

2008-10-20 Thread [EMAIL PROTECTED]
# in which case these default settings will be overridden for the # virtual host being defined. # # # ServerAdmin: Your address, where problems with the server should be # e-mailed. This address appears on some server-generated pages, such # as error documents. e.g. [EMAIL PROTECTED] # Serve

Re: [EMAIL PROTECTED] startup problem: httpd-2.2.10 and undefined symbol: dav_push_error

2008-10-21 Thread [EMAIL PROTECTED]
[EMAIL PROTECTED] wrote: > -Download httpd-2.2.10 sources and built using the following command > > $ ./configure --prefix=/usr/local/bin/apache2 --enable-mods-shared="dav > dav_fs dav_lock rewrite ssl" --with-port=80 > $ make > $ make install > > -modified /usr

Re: [EMAIL PROTECTED] startup problem: httpd-2.2.10 and undefined symbol: dav_push_error

2008-10-21 Thread [EMAIL PROTECTED]
[EMAIL PROTECTED] wrote: > -Download httpd-2.2.10 sources and built using the following command > > $ ./configure --prefix=/usr/local/bin/apache2 --enable-mods-shared="dav > dav_fs dav_lock rewrite ssl" --with-port=80 > $ make > $ make install > > -modified /usr

[EMAIL PROTECTED] how to uninstall httpd-2.2.10

2008-10-22 Thread [EMAIL PROTECTED]
anks in advance. - The official User-To-User support forum of the Apache HTTP Server Project. See http://httpd.apache.org/userslist.html> for more info. To unsubscribe, e-mail: [EMAIL PROTECTED] " from the digest: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: [EMAIL PROTECTED] how to uninstall httpd-2.2.10

2008-10-22 Thread [EMAIL PROTECTED]
[EMAIL PROTECTED] wrote: > Hello All, > > I've compile and installed apache-2.2.10 from source and would like to > remove it from my system. I notice that I cannot use 'make uninstall' > anymore. > Could someone tell me how to go about unins

[EMAIL PROTECTED] high load average on Apache 1.3 hosting 8000 conc. users forum

2006-01-29 Thread [EMAIL PROTECTED]
those peak times, the apache server (RHEL 4 AS, Apache 1.3, php) gets a load average of 80~170. the mysql server runs smoothly at 0.9 ~ 3. Browsing the Internet / following some optimizations HOWTOs didn't help. Can anyone kindly support me on that issue? Sincerely, -- [EMAIL PROTECTED] <[EM

Re: [EMAIL PROTECTED] high load average on Apache 1.3 hosting 8000 conc. users forum

2006-01-29 Thread [EMAIL PROTECTED]
script. I don't serve much static html files. How can php be tuned to optimize its performance? Sincerely, -- [EMAIL PROTECTED] <[EMAIL PROTECTED]> --- Begin Message --- On 1/29/06, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: > Dear List members, > I'm the a

Re: [EMAIL PROTECTED] high load average on Apache 1.3 hosting 8000 conc. users forum

2006-01-29 Thread [EMAIL PROTECTED]
Keith, Dual Intel Xeon 3.0 / 4GB rams / 2x73GB SCSI RAID 1 mirrored Sincerely, -- [EMAIL PROTECTED] <[EMAIL PROTECTED]> --- Begin Message --- How much RAM does the machine have? How many hard drives, what type and sizes are they? Do you use RAID? Keith In theory, theo

Re: [EMAIL PROTECTED] high load average on Apache 1.3 hosting 8000 conc. users forum

2006-01-29 Thread [EMAIL PROTECTED]
Keith, About 58GB left. most of the logs are disabled btw. Sincerely, -- [EMAIL PROTECTED] <[EMAIL PROTECTED]> --- Begin Message --- OK - how much free space do you have left on the hard drives? Keith In theory, theory and practice are the same; In practice they are not

Re: [EMAIL PROTECTED] high load average on Apache 1.3 hosting 8000 conc. users forum

2006-01-29 Thread [EMAIL PROTECTED]
pear. Eugene, as mentioned before, my machine doesn't hit swap (148k swap used) which i think is not worth mentioning. How good is Turck mmCache? Sincerely, -- [EMAIL PROTECTED] <[EMAIL PROTECTED]> --- Begin Message --- On 1/29/06, [EMAIL PROTECTED] <[EMAIL PROTECTED]&g

Re: [EMAIL PROTECTED] high load average on Apache 1.3 hosting 8000 conc. users forum

2006-01-31 Thread [EMAIL PROTECTED]
s 250 MaxRequestsPerChild 1000 remember, i usually get 2800+ connections which show on the VBulletin forum around 8000 concurrent users. Thank you, -- [EMAIL PROTECTED] <[EMAIL PROTECTED]> --- Begin Message --- [EMAIL PROTECTED] a écrit : Mainly VBulletin is a php script. I don't serve

[EMAIL PROTECTED] how to understand "ab" results

2006-02-07 Thread [EMAIL PROTECTED]
Hello, Can anyone link me to a HOWTO or article that explains how to understand "ab - apache benchmark" results in order to fine tune apache performance. thanks in advance, -- [EMAIL PROTECTED] <[EMAIL PROTECTED]>

[EMAIL PROTECTED] OS Env variables - TMP

2006-02-28 Thread [EMAIL PROTECTED]
: [EMAIL PROTECTED] " from the digest: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

RE: [EMAIL PROTECTED] OS Env variables - TMP

2006-02-28 Thread [EMAIL PROTECTED]
id to file /apache/%systemroot%/temp" Major problem: 1. "/apache" is prepended which i do not want, therefore the full path is wrongly interpreted If any answer to that, thanks to let me know. Regards, Sébastien -- Initial Header ------- From : <[EMAIL P

[EMAIL PROTECTED] Re:AW: [EMAIL PROTECTED] OS Env variables - TMP

2006-02-28 Thread [EMAIL PROTECTED]
there is a way in httpd.conf to specify local variables this time since I am using many times the paths and i would like to define it once at the beginning of the file and not to have to change it everywhere. Tx a lot -- Initial Header --- >From : <[EMAIL PROTECTE

Re: [EMAIL PROTECTED] OS Env variables - TMP

2006-03-01 Thread [EMAIL PROTECTED]
e, Jr." <[EMAIL PROTECTED]> To : users@httpd.apache.org Cc : Date : Tue, 28 Feb 2006 15:52:52 -0600 Subject : Re: [EMAIL PROTECTED] OS Env variables - TMP Apache doesn't perform environment expansion from the core distribution. Look at mod_macro, see if an

Re: [EMAIL PROTECTED] OS Env variables - TMP

2006-03-01 Thread [EMAIL PROTECTED]
!!! -- Initial Header --- From : "Khai Doan" <[EMAIL PROTECTED]> To : users@httpd.apache.org Cc : Date : Wed, 01 Mar 2006 02:13:36 -0800 Subject : Re: [EMAIL PROTECTED] OS Env variables - TMP To use environment variable in httpd.conf: ${S

RE: [EMAIL PROTECTED] OS Env variables - TMP

2006-03-01 Thread [EMAIL PROTECTED]
allows me to call the perl script and then start the server by invoking httpd.exe? Thanks again -- Initial Header --- From : "Boyle Owen" <[EMAIL PROTECTED]> To : Cc : Date : Wed, 1 Mar 2006 11:49:26 +0100 Subject : RE: [EMAIL PROTECT

RE: [EMAIL PROTECTED] OS Env variables - TMP

2006-03-01 Thread [EMAIL PROTECTED]
nd of tweaking but I have no other choice. Thanks to all for your help -- Initial Header --- From : "[EMAIL PROTECTED]" <[EMAIL PROTECTED]> To : "users" Cc : Date : Wed, 1 Mar 2006 13:08:20 +0100 Subject : RE: [EMAIL PROTECTED] O

[EMAIL PROTECTED] This rewrite rule don't work - in htaccess (mod_rewrite)

2006-03-27 Thread [EMAIL PROTECTED]
x: index.php -> /home/my-domain/public_html/forum/index.php 559588:MY-IP - - [27/Mar/2006:02:31:43 --0600] [www.my-domain.com/sid#a067028][rid#a296fc8/initial] (1) [per-dir /home/my-domain/public_html/forum/] initial URL equal rewritten URL: /home/my-domain/public_html/forum/index.php [IGNORING

Re: [EMAIL PROTECTED] This rewrite rule don't work - in htaccess (mod_rewrite)

2006-03-28 Thread [EMAIL PROTECTED]
Thank you very much Robert Ionescu a écrit : [EMAIL PROTECTED] wrote: Because it says : "initial URL equal rewritten URL" Use an URL-path instead of a filepath in the substitution. But with access to the httpd.conf - why don't you use the rules in per-server context (insi

[EMAIL PROTECTED] access log - strange entry

2006-06-22 Thread [EMAIL PROTECTED]
mail2web - Check your email from the web at http://mail2web.com/ . - The official User-To-User support forum of the Apache HTTP Server Project. See http://httpd.apache.org/userslist.html> for mor

Re: [EMAIL PROTECTED] access log - strange entry

2006-06-22 Thread [EMAIL PROTECTED]
Hi Mike! It can be that the client is wrong. I wad the problem to acctually understand what the "referer" field means. Is this data received from the client? Thanks, Norbert Original Message: - From: Mike Jackson [EMAIL PROTECTED] Date: Thu, 22 Jun 2006 09:29:35 -0700

[EMAIL PROTECTED] Need recommendation for apache log summary tool

2007-03-02 Thread [EMAIL PROTECTED]
, e-mail: [EMAIL PROTECTED] " from the digest: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: [EMAIL PROTECTED] Kerberos Authentication

2007-03-12 Thread [EMAIL PROTECTED]
I've done it with W2K DCs. On 3/12/07, Gayal <[EMAIL PROTECTED]> wrote: Greetings, I was trying to implement Kerberos authentication for Apache Web Server. Have any one tried this earlier with a KDC without using Win2003DC. Thanks in advance. -- Gayal Rupasinghe http://Gayal.zapto.org

Re: [EMAIL PROTECTED] Kerberos Authentication

2007-03-12 Thread [EMAIL PROTECTED]
There are some web references out there. I had to install from source because I was installing on Solaris 8 and not linux. Here are some links: http://sl.mvps.org/docs/LinuxApacheKerberosAD.htm http://modauthkerb.sourceforge.net/ On 3/12/07, Gayal <[EMAIL PROTECTED]> wrote: Can u

[EMAIL PROTECTED] requests hang

2007-03-23 Thread [EMAIL PROTECTED]
ibe, e-mail: [EMAIL PROTECTED] " from the digest: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

[EMAIL PROTECTED] debugging mod_authnz_external with apache-2.2

2007-09-17 Thread [EMAIL PROTECTED]
3.0 app-admin/apache-tools-2.2.6 www-servers/apache-2.2.6 --------- The official User-To-User support forum of the Apache HTTP Server Project. See http://httpd.apache.org/userslist.html> for more info. To unsubscribe, e-mail: [EMAIL PROTECTED] " from the digest: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

[users@httpd] Suexec invocation problem

2005-06-27 Thread [EMAIL PROTECTED]
pport forum of the Apache HTTP Server Project. See http://httpd.apache.org/userslist.html> for more info. To unsubscribe, e-mail: [EMAIL PROTECTED] " from the digest: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: [users@httpd] Suexec invocation problem

2005-07-01 Thread [EMAIL PROTECTED]
[EMAIL PROTECTED] wrote: Hello all, Suexec is driving me crazy! Apache 1.3.33 compiled with the suexec related options --enable-suexec \ --suexec-uidmin=100 \ --suexec-gidmin=100 \ --suexec-caller=nobody \ --suexec

Re: [users@httpd] Suexec invocation problem

2005-07-01 Thread [EMAIL PROTECTED]
Joshua Slive wrote: On 7/1/05, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: However, suexec is not being invoked. When I say not being invoked, I dont mean it is failing one of its many test, I mean not being invoked at all. Anyone have any thoughts on this issue. PLEAS

[EMAIL PROTECTED] Notification from PayPal #AOP6533-350209-8595-6840595

2005-08-12 Thread [EMAIL PROTECTED]
Server Project. See for more info. To unsubscribe, e-mail: [EMAIL PROTECTED] " from the digest: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

[EMAIL PROTECTED] How to compile to change LimitRequestLine default value

2005-09-09 Thread [EMAIL PROTECTED]
f the Apache HTTP Server Project. See http://httpd.apache.org/userslist.html> for more info. To unsubscribe, e-mail: [EMAIL PROTECTED] " from the digest: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: [EMAIL PROTECTED] How to compile to change LimitRequestLine default value

2005-09-16 Thread [EMAIL PROTECTED]
hing wrong? - The official User-To-User support forum of the Apache HTTP Server Project. See http://httpd.apache.org/userslist.html> for more info. To unsubscribe, e-mail: [EMAIL PROTECTED] " from the digest: [EMAIL PROTECT

Re: [EMAIL PROTECTED] How to compile to change LimitRequestLine default value

2005-09-21 Thread [EMAIL PROTECTED]
> On 9/16/05, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: > > Help!!! > > it does not want work!! > > > > debian sarge > > Server version: Apache/2.0.54 > > Server built: Sep 13 2005 10:08:02 > > > > I edit my own

[EMAIL PROTECTED] Webserver Alternative

2005-09-26 Thread [EMAIL PROTECTED]
FYI.  There are alternative web servers availabel for people who have problems running Apache on their computers.  I was able to setup QnE to run PHP in 5 minutes.  But, setup instructions are hard to find: Go to Help then click on Frequently Asked Questions.Quick ‘n Easy Web Server Professional Ve

Re: [EMAIL PROTECTED] STDOUT of CGI childs not captured by Apache (Win32)

2005-09-27 Thread [EMAIL PROTECTED]
Hi, has anyone an idea how to solve that problem? I posted it on Bugzilla <http://issues.apache.org/bugzilla/show_bug.cgi?id=36710> nearly two weeks ago but nothing happens. Stefan --On Wednesday, 14. September 2005 11:29 +0200 Stefan Krude <[EMAIL PROTECTED]> wrote: Hi all

Re: [EMAIL PROTECTED] STDOUT of CGI childs not captured by Apache (Win32)

2005-09-28 Thread [EMAIL PROTECTED]
--On Wednesday, 28. September 2005 07:55 +0100 Christopher Malton <[EMAIL PROTECTED]> wrote: [EMAIL PROTECTED] wrote: Hi, has anyone an idea how to solve that problem? I posted it on Bugzilla <http://issues.apache.org/bugzilla/show_bug.cgi?id=36710> nearly two weeks ago but not

[EMAIL PROTECTED] link against specific version of berkeley db

2005-11-14 Thread [EMAIL PROTECTED]
g configure) to link apache against lower version of berkeley db? Thanks, [EMAIL PROTECTED] - The official User-To-User support forum of the Apache HTTP Server Project. See http://httpd.apache.org/userslist.html> for more

Re: [EMAIL PROTECTED] link against specific version of berkeley db

2005-11-14 Thread [EMAIL PROTECTED]
Hi, [EMAIL PROTECTED] wrote: Is there any clean way (i.e. without e.g. editing configure) to link apache against lower version of berkeley db? I think there are at least two solutions: a) edit srclib/apr-util/build/dbm.m4 and comment/delete what is not what I want in APU_CHECK_DB_ALL macro

[EMAIL PROTECTED] libperl.so

2005-11-17 Thread [EMAIL PROTECTED]
Good day to everyone out there, This is my first time writing and using Apache.  I am very much a novice. But enough with the chatter.  I am trying to start Apache and get the following msg: "Cannot load /usr/apache/libexe/libperl.so into server: ld.so.1 ./httpd: fatal: libperl.so.1: open failed: n

[EMAIL PROTECTED] stickysession on mod_proxy_balancer

2007-11-28 Thread [EMAIL PROTECTED]
orum of the Apache HTTP Server Project. See http://httpd.apache.org/userslist.html> for more info. To unsubscribe, e-mail: [EMAIL PROTECTED] " from the digest: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

[EMAIL PROTECTED] ProxyPass with http 302 redirect

2007-12-04 Thread [EMAIL PROTECTED]
recto a tu casa. www.tuprimeratarjeta.com.ar - The official User-To-User support forum of the Apache HTTP Server Project. See http://httpd.apache.org/userslist.html> for more info. To unsubscribe, e-mail: [EMAIL PROTECTED] "

Re: [EMAIL PROTECTED] Authentication agains Samba serve

2007-12-31 Thread [EMAIL PROTECTED]
t; Tero Mäntyvaara > > > - > The official User-To-User support forum of the Apache HTTP Server Project. > See http://httpd.apache.org/userslist.html> for more info. > To unsubscribe, e-mail: [EMAIL PROTECTED] >" from the digest: [EMAIL PROTE

Re: [EMAIL PROTECTED] Authentication agains Samba serve

2007-12-31 Thread [EMAIL PROTECTED]
I left out that you could use pam_smbpass rather than pam_winbind for your situation to use samba user accounts. On Mon, 2007-12-31 at 14:53 -0800, [EMAIL PROTECTED] wrote: > In my Apache setup I use samba to authenticate active directory users. > With Apache 2.0 I used to use: > mod

Re: [EMAIL PROTECTED] httpd2 vhost & ssl configuration problem

2008-02-19 Thread [EMAIL PROTECTED]
> apache forwards to the wrong DocumentRoot. > > > Does anyone have an idea, what the problem is? > > > > > > Thank you and best regards, > > > pat > > > > > > > --

Re: [EMAIL PROTECTED] Streamlining Apache Modules

2008-02-24 Thread [EMAIL PROTECTED]
gards, > > Andrew. > > ----- > The official User-To-User support forum of the Apache HTTP Server Project. > See http://httpd.apache.org/userslist.html> for more info. > To unsubscribe, e-mail: [EMAIL PROTECTED] >&q

[EMAIL PROTECTED] index files in subdirectories

2006-07-12 Thread [EMAIL PROTECTED]
e.com. - The official User-To-User support forum of the Apache HTTP Server Project. See http://httpd.apache.org/userslist.html> for more info. To unsubscribe, e-mail: [EMAIL PROTECTED] " from the digest: [EMAIL PROTECTED] F

[EMAIL PROTECTED] RE: index files in subdirectories

2006-07-12 Thread [EMAIL PROTECTED]
more info. To unsubscribe, e-mail: [EMAIL PROTECTED] " from the digest: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: [EMAIL PROTECTED] RE: index files in subdirectories

2006-07-12 Thread [EMAIL PROTECTED]
er support forum of the Apache HTTP Server Project. See http://httpd.apache.org/userslist.html> for more info. To unsubscribe, e-mail: [EMAIL PROTECTED] " from the digest: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

[EMAIL PROTECTED] RE: RE: index files in subdirectories

2006-07-12 Thread [EMAIL PROTECTED]
forum at Nabble.com. - The official User-To-User support forum of the Apache HTTP Server Project. See http://httpd.apache.org/userslist.html> for more info. To unsubscribe, e-mail: [EMAIL PROTECTED] " from the digest: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

[EMAIL PROTECTED] RE: RE: index files in subdirectories

2006-07-12 Thread [EMAIL PROTECTED]
, e-mail: [EMAIL PROTECTED] " from the digest: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

[EMAIL PROTECTED] RE: RE: index files in subdirectories

2006-07-12 Thread [EMAIL PROTECTED]
ttpd.apache.org/userslist.html> for more info. To unsubscribe, e-mail: [EMAIL PROTECTED] " from the digest: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

[EMAIL PROTECTED] The best option

2006-09-04 Thread [EMAIL PROTECTED]
- The official User-To-User support forum of the Apache HTTP Server Project. See http://httpd.apache.org/userslist.html> for more info. To unsubscribe, e-mail: [EMAIL PROTECTED] " from the digest: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: [EMAIL PROTECTED] The best option

2006-09-05 Thread [EMAIL PROTECTED]
Thanks for your opinions, i think that my option is: - apache 2 with mod_ssl as an extension - Win32Openssl and luck!! Regards 2006/9/5, Boyle Owen <[EMAIL PROTECTED]>: > -Original Message- > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] > Sent: Monday, September 0

[EMAIL PROTECTED] Apache load balancing

2006-11-01 Thread [EMAIL PROTECTED]
x27;m open to all suggestions. Thanks. -- Warm regards, Jacky Wong - The official User-To-User support forum of the Apache HTTP Server Project. See for more info. To unsubscribe, e-mail: [EMAIL PROTECTED] " from

[EMAIL PROTECTED] Spoofing URLs in the address bar

2006-11-15 Thread [EMAIL PROTECTED]
Is it possible to display a different URL than the actual site that the browser is contacting in the address portion of a browser?  I had thought the only options for the URL were either the actual site, or the proxy server site in the instance where you are using a proxy.   I'm asking this as a s

[EMAIL PROTECTED] httpd 2.0.53 processes don't die

2006-12-27 Thread [EMAIL PROTECTED]
Running apache 2.0.53 on Solaris 8. Child processes build up to the maximum (MaxClients), and then the web server stops responding so I have to go and kill old httpd process (I never have to restart apache). The processes I kill are generally a few days old, or several hours old. As I understan

[EMAIL PROTECTED] Alternate cgi-bin directories not working on apache 2.0.52 on rhel

2007-01-10 Thread [EMAIL PROTECTED]
This is weird. New server. cgi's don't execute outside the normal cgi-bin directory. The problem was showing up as problems with a nagios install. The nagios front page works, but the status pages, which are all cgi's, don't work. I increased logging to debug in apache and I get: [Tue Jan 09

Re: [EMAIL PROTECTED] Re: Alternate cgi-bin directories not working on apache 2.0.52 on rhel

2007-01-10 Thread [EMAIL PROTECTED]
You're my hero. SELinux was the culprit. Once it was turned off, everything worked. I can work on making everything work with SELinux now. Thanks, and thanks to all who responded. On 1/10/07, Hugh Williams <[EMAIL PROTECTED]> wrote: [EMAIL PROTECTED] wrote: > This is weir