How do I reject getting my own comments on e-mail?
Mod_Rewrite install
Hello Guest
  
  • Login
• Register…
• Start blog
  • Who, Where, When
• What can I do?
• What to Read?
  • Polls
• Avatars
• Interests
  • Cities and Countries
• Random blog
• Users search
  • Search
• Games
• Tests
• QAIX
  • Сообщества
• Talxy Chat
• Horoscope
• Online
 
Зарегистрируйся!

QAIX > Apache HTTP Server > Mod_Rewrite install 4 December 2008 13:16:51

  Recent blog posts: 
  Forums:   
  Discuss: 
  Recent forum topics: 
  Recent forum comments:
  Moderators:

Mod_Rewrite install

Jeff Lee 4 December 2008 13:16:51
 Ive spent the morning searching the web and apache's documentation for
instructions on how to install mod_rewrite and I cannot find any helpful
instructions. Could someone please point me in the right direction or help
me to install mod_rewrite so I can lessen the amount of spam I get every
minute.

Thanks,
Jeff Lee

-------------------­--------------------­--------------------­----------
The official User-To-User support forum of the Apache HTTP Server Project.
See <URL:http://httpd.a­pache.org/userslist.­html> for more info.
To unsubscribe, e-mail: users-unsubscribe@h­ttpd.apache.org
" from the digest: users-digest-unsubs­cribe@httpd.apache.o­rg
For additional commands, e-mail: users-help@httpd.ap­ache.org


Add comment
Joshua Slive 3 October 2003 18:29:33 permanent link ]
 
On Fri, 3 Oct 2003, Jeff Lee wrote:
Ive spent the morning searching the web and apache's documentation for> instructions on how to install mod_rewrite and I cannot find any helpful> instructions. Could someone please point me in the right direction or help> me to install mod_rewrite so I can lessen the amount of spam I get every> minute.

The most straightfoward way to do this is to reinstall apache and use the
appropriate ./configure option to activate mod_rewrite.

Of course, since we have no idea what version or what platform, it would
be impossible to help you further.

Joshua.

-------------------­--------------------­--------------------­----------
The official User-To-User support forum of the Apache HTTP Server Project.
See <URL:http://httpd.a­pache.org/userslist.­html> for more info.
To unsubscribe, e-mail: users-unsubscribe@h­ttpd.apache.org
" from the digest: users-digest-unsubs­cribe@httpd.apache.o­rg
For additional commands, e-mail: users-help@httpd.ap­ache.org


Add comment
Jeff Lee 3 October 2003 21:15:41 permanent link ]
 I would rather not reinstall apache, is there another way?

[root@think-solutions root]# uname -a
Linux think-solutions.com­ 2.4.20-19.9 #1 Tue Jul 15 17:18:13 EDT 2003 i686
i686 i386 GNU/Linux

[root@think-solutions root]# /usr/sbin/httpd -v
Server version: Apache/2.0.40
Server built: Jul 31 2003 11:36:14

Any other information needed?

----- Original Message -----
From: "Joshua Slive" <joshua@slive.ca>
To: <users@httpd.apache­.org>
Sent: Friday, October 03, 2003 10:29 AM
Subject: Re: [users@httpd] Mod_Rewrite install

On Fri, 3 Oct 2003, Jeff Lee wrote:>
Ive spent the morning searching the web and apache's documentation for> > instructions on how to install mod_rewrite and I cannot find any helpful> > instructions. Could someone please point me in the right direction or
help> > me to install mod_rewrite so I can lessen the amount of spam I get every> > minute.>
The most straightfoward way to do this is to reinstall apache and use the> appropriate ./configure option to activate mod_rewrite.>
Of course, since we have no idea what version or what platform, it would> be impossible to help you further.>
Joshua.>
-------------------­--------------------­--------------------­----------> The official User-To-User support forum of the Apache HTTP Server Project.> See <URL:http://httpd.a­pache.org/userslist.­html> for more info.> To unsubscribe, e-mail: users-unsubscribe@h­ttpd.apache.org> " from the digest: users-digest-unsubs­cribe@httpd.apache.o­rg> For additional commands, e-mail: users-help@httpd.ap­ache.org>

-------------------­--------------------­--------------------­----------
The official User-To-User support forum of the Apache HTTP Server Project.
See <URL:http://httpd.a­pache.org/userslist.­html> for more info.
To unsubscribe, e-mail: users-unsubscribe@h­ttpd.apache.org
" from the digest: users-digest-unsubs­cribe@httpd.apache.o­rg
For additional commands, e-mail: users-help@httpd.ap­ache.org


Add comment
Lee Fellows 3 October 2003 23:31:14 permanent link ]
 -----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

On Friday 03 October 2003 14:15, Jeff Lee wrote:> I would rather not reinstall apache, is there another way?>
Is it a matter of needing to compile mod_rewrite, or merely having
apache load it? Or was it compiled in and you just need to use
the proper directives?

You can look in ${APACHE2_HOME}/mod­ules to see if the module was
compiled but is just not loaded. Is so, add the appropriate LoadModule
directive in the httpd.conf file, make any other configuration changes you
need to use the module, and restart apache.

If there are not any modules in ${APACHE2_HOME}/mod­ules, were they
perhaps compiled into the httpd binary? Do you see mod_rewrite.c if you
do a ./httpd -l ?

If the module was not built to be dynamically loaded before (is not in
${APACHE2_HOME}/mod­ules), and was not built into the httpd binary, do
you still have the original src directory where apache was built? If so,
reconfigure to add mod_rewrite and do a make to build it, then copy the
mod_rewrite.so to the modules directory and add the LoadModule command
and other configuration changes you need to use it. Restart apache.
If apache was not built with DSO support ( ./httpd -l does not so mod_so.c
in the listing), you will have to reconfigure apache either to build it in or
to build apache to support dynamic loading of modules, and build
mod_rewrite to be a DSO module. Then re-install apache.

I don't think I have covered every possibility, but this should be
sufficient to get you where you want to go. Don't forget to double-check
yourself with the documentation.

HTH

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.2.2-rc1-SuSE (GNU/Linux)

iD8DBQE/fdyV+ShVRkQ­lJBIRAqWWAKC7l9bB9tv­ygk2r1+96g1kI9VYiIwC­bBnm+
T9fzGucsFElQOPSCkgo­Jhpw=
=7d2/
-----END PGP SIGNATURE-----


-------------------­--------------------­--------------------­----------
The official User-To-User support forum of the Apache HTTP Server Project.
See <URL:http://httpd.a­pache.org/userslist.­html> for more info.
To unsubscribe, e-mail: users-unsubscribe@h­ttpd.apache.org
" from the digest: users-digest-unsubs­cribe@httpd.apache.o­rg
For additional commands, e-mail: users-help@httpd.ap­ache.org


Add comment
Guest 4 December 2008 13:16:51 permanent link ]
 it simply rocks, and given solution actually works for me.
Add comment
 

Add new comment

As:
Login:  Password:  
 
 
  
 
Пожалуйста, относитесь к собеседникам уважительно, не используйте нецензурные слова, не злоупотребляйте заглавными буквами, не публикуйте рекламу и объявления о купле/продаже, а также материалы нарушающие сетевой этикет или УК РФ.


QAIX > Apache HTTP Server > Mod_Rewrite install 4 December 2008 13:16:51

see also:
pause_script($int)??
Need to set default parameter || How to…
PHP version of ColdFusion CFParam
пройди тесты:
see also:
BVHDF
Start calling card business under your…
Hosted VoIPSwitch+Full Control+All…

  Copyright © 2001—2008 QAIX
Idea: Miсhael Monashev
Помощь и задать вопросы можно в сообществе support.qaix.com.
Сообщения об ошибках оставляем в сообществе bugs.qaix.com.
Предложения и комментарии пишем в сообществе suggest.qaix.com.
Информация для родителей.
Write us at:
If you would like to report an abuse of our service, such as a spam message, please .