LinuxQuestions.org
Visit Jeremy's Blog.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Software
User Name
Password
Linux - Software This forum is for Software issues.
Having a problem installing a new program? Want to know which application is best for the job? Post your question in this forum.

Notices


Reply
  Search this Thread
Old 02-28-2003, 12:39 PM   #1
JCScoobyRS
Member
 
Registered: Dec 2002
Location: It's a Secret
Distribution: Gentoo
Posts: 79

Rep: Reputation: 15
Apache Removal Suggestions


I just uninstalled Apache and all of the rpms that relied on Apache. What I'm wanting to do now is totally remove all of it's files/directories as well. Does anyone see why this would be a problem? I have done a locate on httpd and apache and there are many file/directories still on the system. Anyone have any suggestions? Thanks, Jeremy
 
Old 02-28-2003, 02:37 PM   #2
bulliver
Senior Member
 
Registered: Nov 2002
Location: Edmonton AB, Canada
Distribution: Gentoo x86_64; Gentoo PPC; FreeBSD; OS X 10.9.4
Posts: 3,760
Blog Entries: 4

Rep: Reputation: 78
I don't see why it would be a problem, just do a rm -rf /apache/directory. If your paranoid you can post the files/directories so someone can tell you if it's an important system file you're about to delete.

I thought the rpms were supposed to uninstall that stuff for you?
 
Old 02-28-2003, 02:40 PM   #3
MasterC
LQ Guru
 
Registered: Mar 2002
Location: Salt Lake City, UT - USA
Distribution: Gentoo ; LFS ; Kubuntu ; CentOS ; Raspbian
Posts: 12,613

Rep: Reputation: 69
Id be weary of removing any rc files. Make sure they only contain information on an httpd server and they aren't scripts to start other necessary processes. A long process, but I'd personally go about it like this:

find the files (as you have). Take 1 file at a time, and move it into /tmp/delete a directory you create in the /tmp directory to keep all files that will be deleted after this is all done. Try to do everything on your computer you wish to do. Surf, email whatever. Maybe even a reboot might be in order if it's an rc file. Then, if you have no problems move onto the next file. Eventually all your files will be in /tmp/delete then just remove the folder:
rm -r /tmp/delete

And the files will all be gone.

Or if you live dangerously, and want to just delete files now, you probably are going to be ok. Assuming you aren't deleting startup files, you can probably go ahead and delete em. Again though... Be careful, especially with any rc files (in /etc/rc.d or init.d)

Cool
 
Old 02-28-2003, 02:48 PM   #4
JCScoobyRS
Member
 
Registered: Dec 2002
Location: It's a Secret
Distribution: Gentoo
Posts: 79

Original Poster
Rep: Reputation: 15
Here are the files/directories. Any help would be appreciated. Thanks for your previous posts, Jeremy

Code:
/var/log/httpd
/etc/rc.d/init.d/httpd
/etc/rc.d/rc0.d/K15httpd
/etc/rc.d/rc1.d/K15httpd
/etc/rc.d/rc2.d/K15httpd
/etc/rc.d/rc3.d/K15httpd
/etc/rc.d/rc4.d/K15httpd
/etc/rc.d/rc5.d/K15httpd
/etc/rc.d/rc6.d/K15httpd
/etc/logrotate.d/httpd
/etc/pam.d/redhat-config-httpd
/etc/security/console.apps/redhat-config-httpd
/etc/httpd
/etc/httpd/conf
/etc/httpd/conf/httpd-mailman.conf
/etc/httpd/conf/httpd.conf
/etc/httpd/conf/magic
/etc/httpd/conf/httpd.conf.bak
/etc/httpd/conf.d
/etc/httpd/conf.d/php.conf
/etc/httpd/conf.d/README
/etc/httpd/conf.d/squirrelmail.conf
/etc/httpd/logs
/etc/httpd/modules
/etc/httpd/run
/usr/bin/redhat-config-httpd
/usr/lib/httpd
/usr/lib/httpd/modules
/usr/lib/httpd/modules/mod_auth_anon.so
/usr/lib/httpd/modules/mod_access.so
/usr/lib/httpd/modules/mod_actions.so
/usr/lib/httpd/modules/mod_alias.so
/usr/lib/httpd/modules/mod_asis.so
/usr/lib/httpd/modules/mod_auth.so
/usr/lib/httpd/modules/mod_auth_digest.so
/usr/lib/httpd/modules/mod_auth_dbm.so
/usr/lib/httpd/modules/mod_proxy_connect.so
/usr/lib/httpd/modules/mod_autoindex.so
/usr/lib/httpd/modules/mod_cern_meta.so
/usr/lib/httpd/modules/mod_cgi.so
/usr/lib/httpd/modules/mod_dav.so
/usr/lib/httpd/modules/mod_dav_fs.so
/usr/lib/httpd/modules/mod_deflate.so
/usr/lib/httpd/modules/mod_dir.so
/usr/lib/httpd/modules/mod_env.so
/usr/lib/httpd/modules/mod_expires.so
/usr/lib/httpd/modules/mod_headers.so
/usr/lib/httpd/modules/mod_imap.so
/usr/lib/httpd/modules/mod_include.so
/usr/lib/httpd/modules/mod_info.so
/usr/lib/httpd/modules/mod_log_config.so
/usr/lib/httpd/modules/mod_mime.so
/usr/lib/httpd/modules/mod_mime_magic.so
/usr/lib/httpd/modules/mod_negotiation.so
/usr/lib/httpd/modules/mod_proxy.so
/usr/lib/httpd/modules/mod_proxy_ftp.so
/usr/lib/httpd/modules/mod_proxy_http.so
/usr/lib/httpd/modules/mod_rewrite.so
/usr/lib/httpd/modules/mod_setenvif.so
/usr/lib/httpd/modules/mod_speling.so
/usr/lib/httpd/modules/mod_status.so
/usr/lib/httpd/modules/mod_suexec.so
/usr/lib/httpd/modules/mod_unique_id.so
/usr/lib/httpd/modules/mod_userdir.so
/usr/lib/httpd/modules/mod_usertrack.so
/usr/lib/httpd/modules/mod_vhost_alias.so
/usr/lib/httpd/modules/libphp4.so
/usr/sbin/httpd
/usr/share/doc/qt-devel-3.0.5/examples/network/httpd
/usr/share/doc/qt-devel-3.0.5/examples/network/httpd/.moc
/usr/share/doc/qt-devel-3.0.5/examples/network/httpd/.moc/release-shared-mt
/usr/share/doc/qt-devel-3.0.5/examples/network/httpd/.obj
/usr/share/doc/qt-devel-3.0.5/examples/network/httpd/.obj/release-shared-mt
/usr/share/doc/qt-devel-3.0.5/examples/network/httpd/Makefile
/usr/share/doc/qt-devel-3.0.5/examples/network/httpd/README
/usr/share/doc/qt-devel-3.0.5/examples/network/httpd/httpd.cpp
/usr/share/doc/qt-devel-3.0.5/examples/network/httpd/httpd.doc
/usr/share/doc/qt-devel-3.0.5/examples/network/httpd/httpd.pro
/usr/share/doc/qt-devel-3.0.5/html/httpd-example.html
/usr/share/doc/httpd-2.0.40
/usr/share/doc/httpd-2.0.40/ABOUT_APACHE
/usr/share/doc/httpd-2.0.40/CHANGES
/usr/share/doc/httpd-2.0.40/LICENSE
/usr/share/doc/httpd-2.0.40/README
/usr/share/doc/httpd-2.0.40/ROADMAP
/usr/share/doc/httpd-2.0.40/migration.css
/usr/share/doc/httpd-2.0.40/migration.html
/usr/share/doc/redhat-config-httpd-1.0.1
/usr/share/doc/redhat-config-httpd-1.0.1/README.1st
/usr/share/doc/redhat-config-httpd-1.0.1/AUTHORS
/usr/share/doc/redhat-config-httpd-1.0.1/COPYING
/usr/share/doc/redhat-config-httpd-1.0.1/README
/usr/share/doc/redhat-config-httpd-1.0.1/html
/usr/share/doc/redhat-config-httpd-1.0.1/html/figs
/usr/share/doc/redhat-config-httpd-1.0.1/html/figs/httpd-directories-add.png
/usr/share/doc/redhat-config-httpd-1.0.1/html/figs/httpd-directories.png
/usr/share/doc/redhat-config-httpd-1.0.1/html/figs/httpd-environment.png
/usr/share/doc/redhat-config-httpd-1.0.1/html/figs/httpd-listen.png
/usr/share/doc/redhat-config-httpd-1.0.1/html/figs/httpd-logging.png
/usr/share/doc/redhat-config-httpd-1.0.1/html/figs/httpd-main.png
/usr/share/doc/redhat-config-httpd-1.0.1/html/figs/httpd-server.png
/usr/share/doc/redhat-config-httpd-1.0.1/html/figs/httpd-siteconfig.png
/usr/share/doc/redhat-config-httpd-1.0.1/html/figs/httpd-tuning.png
/usr/share/doc/redhat-config-httpd-1.0.1/html/figs/httpd-virtualhosts-ssl.png
/usr/share/doc/redhat-config-httpd-1.0.1/html/figs/httpd-virtualhosts.png
/usr/share/doc/redhat-config-httpd-1.0.1/html/httpd-environment-variables.html
/usr/share/doc/redhat-config-httpd-1.0.1/html/httpd-additional-resources.html
/usr/share/doc/redhat-config-httpd-1.0.1/html/httpd-basic-settings.html
/usr/share/doc/redhat-config-httpd-1.0.1/html/httpd-default-settings.html
/usr/share/doc/redhat-config-httpd-1.0.1/html/httpd-directories.html
/usr/share/doc/redhat-config-httpd-1.0.1/html/httpd-related-books.html
/usr/share/doc/redhat-config-httpd-1.0.1/html/httpd-logging.html
/usr/share/doc/redhat-config-httpd-1.0.1/html/httpd-virtualhosts-settings.html
/usr/share/doc/redhat-config-httpd-1.0.1/html/httpd-saving-settings.html
/usr/share/doc/redhat-config-httpd-1.0.1/html/httpd-server-settings.html
/usr/share/doc/redhat-config-httpd-1.0.1/html/httpd-tuning-settings.html
/usr/share/doc/redhat-config-httpd-1.0.1/html/httpd-useful-websites.html
/usr/share/doc/redhat-config-httpd-1.0.1/html/legalnotice.html
/usr/share/doc/redhat-config-httpd-1.0.1/html/index.html
/usr/share/doc/redhat-config-httpd-1.0.1/html/intro.html
/usr/share/doc/redhat-config-httpd-1.0.1/html/stylesheet-images
/usr/share/doc/redhat-config-httpd-1.0.1/html/stylesheet-images/important.png
/usr/share/doc/redhat-config-httpd-1.0.1/html/stylesheet-images/caution.png
/usr/share/doc/redhat-config-httpd-1.0.1/html/stylesheet-images/note.png
/usr/share/doc/redhat-config-httpd-1.0.1/html/stylesheet-images/tip.png
/usr/share/doc/redhat-config-httpd-1.0.1/html/stylesheet-images/warning.png
/usr/share/doc/rhl-cg-en-8.0/ch-httpd-secure-server.html
/usr/share/doc/rhl-cg-en-8.0/ch-httpdconfig.html
/usr/share/doc/rhl-cg-en-8.0/figs/httpdconfig
/usr/share/doc/rhl-cg-en-8.0/figs/httpdconfig/httpd-directories-add.png
/usr/share/doc/rhl-cg-en-8.0/figs/httpdconfig/httpd-directories.png
/usr/share/doc/rhl-cg-en-8.0/figs/httpdconfig/httpd-environment.png
/usr/share/doc/rhl-cg-en-8.0/figs/httpdconfig/httpd-listen.png
/usr/share/doc/rhl-cg-en-8.0/figs/httpdconfig/httpd-logging.png
/usr/share/doc/rhl-cg-en-8.0/figs/httpdconfig/httpd-main.png
/usr/share/doc/rhl-cg-en-8.0/figs/httpdconfig/httpd-server.png
/usr/share/doc/rhl-cg-en-8.0/figs/httpdconfig/httpd-siteconfig.png
/usr/share/doc/rhl-cg-en-8.0/figs/httpdconfig/httpd-tuning.png
/usr/share/doc/rhl-cg-en-8.0/figs/httpdconfig/httpd-virtualhosts-ssl.png
/usr/share/doc/rhl-cg-en-8.0/figs/httpdconfig/httpd-virtualhosts.png
/usr/share/doc/rhl-cg-en-8.0/s1-httpd-additional-resources.html
/usr/share/doc/rhl-cg-en-8.0/s1-httpd-default-settings.html
/usr/share/doc/rhl-cg-en-8.0/s1-httpd-saving-settings.html
/usr/share/doc/rhl-cg-en-8.0/s1-httpd-server-settings.html
/usr/share/doc/rhl-cg-en-8.0/s1-httpd-tuning-settings.html
/usr/share/doc/rhl-cg-en-8.0/s1-httpd-virtualhosts-settings.html
/usr/share/doc/rhl-rg-en-8.0/ch-httpd.html
/usr/share/doc/rhl-rg-en-8.0/s1-httpd-v2-mig.html
/usr/share/doc/rhl-rg-en-8.0/s2-httpd-gen.html
/usr/share/man/man8/httpd.8.gz
/usr/share/pixmaps/nautilus/Bluecurve/gnome-application-x-httpd-php.png
/usr/share/apacheconf/httpd.conf.xsl
/usr/share/apacheconf/httpd.conf.md5
/usr/src/linux-2.4.18-24.8.0/net/khttpd
/usr/src/linux-2.4.18-24.8.0/net/khttpd/Config.in
/usr/src/linux-2.4.18-24.8.0/net/khttpd/.depend
/usr/src/linux-2.4.18-24.8.0/net/khttpd/datasending.c
/usr/src/linux-2.4.18-24.8.0/net/khttpd/Makefile
/usr/src/linux-2.4.18-24.8.0/net/khttpd/README
/usr/src/linux-2.4.18-24.8.0/net/khttpd/accept.c
/usr/src/linux-2.4.18-24.8.0/net/khttpd/make_times_h.c
/usr/src/linux-2.4.18-24.8.0/net/khttpd/logging.c
/usr/src/linux-2.4.18-24.8.0/net/khttpd/main.c
/usr/src/linux-2.4.18-24.8.0/net/khttpd/prototypes.h
/usr/src/linux-2.4.18-24.8.0/net/khttpd/misc.c
/usr/src/linux-2.4.18-24.8.0/net/khttpd/rfc_time.c
/usr/src/linux-2.4.18-24.8.0/net/khttpd/rfc.c
/usr/src/linux-2.4.18-24.8.0/net/khttpd/waitheaders.c
/usr/src/linux-2.4.18-24.8.0/net/khttpd/security.c
/usr/src/linux-2.4.18-24.8.0/net/khttpd/security.h
/usr/src/linux-2.4.18-24.8.0/net/khttpd/sockets.c
/usr/src/linux-2.4.18-24.8.0/net/khttpd/structure.h
/usr/src/linux-2.4.18-24.8.0/net/khttpd/sysctl.c
/usr/src/linux-2.4.18-24.8.0/net/khttpd/sysctl.h
/usr/src/linux-2.4.18-24.8.0/net/khttpd/userspace.c
/etc/alchemist/namespace/apache
/usr/lib/xemacs/xemacs-packages/lisp/text-modes/apache-mode.elc
/usr/lib/xemacs/xemacs-packages/lisp/text-modes/apache-mode.el
/usr/share/doc/rhl-rg-en-8.0/s1-apache-additional-resources.html
/usr/share/doc/rhl-rg-en-8.0/s1-apache-addmods.html
/usr/share/doc/rhl-rg-en-8.0/s1-apache-config.html
/usr/share/doc/rhl-rg-en-8.0/s1-apache-defaultmods.html
/usr/share/doc/rhl-rg-en-8.0/s1-apache-startstop.html
/usr/share/doc/rhl-rg-en-8.0/s1-apache-virtualhosts.html
/usr/share/icons/Bluecurve/16x16/apps/apacheconf.png
/usr/share/icons/Bluecurve/32x32/apps/apacheconf.png
/usr/share/icons/Bluecurve/48x48/apps/apacheconf.png
/usr/share/apps/quanta/doc/php/function.apache-lookup-uri.html
/usr/share/apps/quanta/doc/php/function.apache-note.html
/usr/share/apps/quanta/doc/php/ref.apache.html
/usr/share/apps/quanta/doc/php/security.apache.html
/usr/share/vim/vim61/syntax/apachestyle.vim
/usr/share/vim/vim61/syntax/apache.vim
 
Old 02-28-2003, 03:04 PM   #5
MasterC
LQ Guru
 
Registered: Mar 2002
Location: Salt Lake City, UT - USA
Distribution: Gentoo ; LFS ; Kubuntu ; CentOS ; Raspbian
Posts: 12,613

Rep: Reputation: 69
Code:
/etc/rc.d/init.d/httpd
/etc/rc.d/rc0.d/K15httpd
/etc/rc.d/rc1.d/K15httpd
/etc/rc.d/rc2.d/K15httpd
/etc/rc.d/rc3.d/K15httpd
/etc/rc.d/rc4.d/K15httpd
/etc/rc.d/rc5.d/K15httpd
/etc/rc.d/rc6.d/K15httpd
/usr/lib/xemacs/xemacs-packages/lisp/text-modes/apache-mode.elc
/usr/lib/xemacs/xemacs-packages/lisp/text-modes/apache-mode.el
Those are a few that I'd hesitate on removing.

Bulliver (or anyone reading this who knows):
Why is this still there? When the RPM's were removed, should that have not also been removed?
/usr/sbin/httpd


Cool
 
Old 02-28-2003, 03:06 PM   #6
JCScoobyRS
Member
 
Registered: Dec 2002
Location: It's a Secret
Distribution: Gentoo
Posts: 79

Original Poster
Rep: Reputation: 15
That was a list of files before rebooting. Here is the current list:

Code:
/var/log/httpd
/var/log/httpd/error_log
/var/log/httpd/access_log
/etc/httpd
/etc/httpd/conf
/etc/httpd/conf/httpd.conf.rpmsave
/etc/httpd/conf/httpd.conf.bak
/usr/share/doc/qt-devel-3.0.5/examples/network/httpd
/usr/share/doc/qt-devel-3.0.5/examples/network/httpd/.moc
/usr/share/doc/qt-devel-3.0.5/examples/network/httpd/.moc/release-shared-mt
/usr/share/doc/qt-devel-3.0.5/examples/network/httpd/.obj
/usr/share/doc/qt-devel-3.0.5/examples/network/httpd/.obj/release-shared-mt
/usr/share/doc/qt-devel-3.0.5/examples/network/httpd/Makefile
/usr/share/doc/qt-devel-3.0.5/examples/network/httpd/README
/usr/share/doc/qt-devel-3.0.5/examples/network/httpd/httpd.cpp
/usr/share/doc/qt-devel-3.0.5/examples/network/httpd/httpd.doc
/usr/share/doc/qt-devel-3.0.5/examples/network/httpd/httpd.pro
/usr/share/doc/qt-devel-3.0.5/html/httpd-example.html
/usr/share/doc/rhl-cg-en-8.0/ch-httpd-secure-server.html
/usr/share/doc/rhl-cg-en-8.0/ch-httpdconfig.html
/usr/share/doc/rhl-cg-en-8.0/figs/httpdconfig
/usr/share/doc/rhl-cg-en-8.0/figs/httpdconfig/httpd-directories-add.png
/usr/share/doc/rhl-cg-en-8.0/figs/httpdconfig/httpd-directories.png
/usr/share/doc/rhl-cg-en-8.0/figs/httpdconfig/httpd-environment.png
/usr/share/doc/rhl-cg-en-8.0/figs/httpdconfig/httpd-listen.png
/usr/share/doc/rhl-cg-en-8.0/figs/httpdconfig/httpd-logging.png
/usr/share/doc/rhl-cg-en-8.0/figs/httpdconfig/httpd-main.png
/usr/share/doc/rhl-cg-en-8.0/figs/httpdconfig/httpd-server.png
/usr/share/doc/rhl-cg-en-8.0/figs/httpdconfig/httpd-siteconfig.png
/usr/share/doc/rhl-cg-en-8.0/figs/httpdconfig/httpd-tuning.png
/usr/share/doc/rhl-cg-en-8.0/figs/httpdconfig/httpd-virtualhosts-ssl.png
/usr/share/doc/rhl-cg-en-8.0/figs/httpdconfig/httpd-virtualhosts.png
/usr/share/doc/rhl-cg-en-8.0/s1-httpd-additional-resources.html
/usr/share/doc/rhl-cg-en-8.0/s1-httpd-default-settings.html
/usr/share/doc/rhl-cg-en-8.0/s1-httpd-saving-settings.html
/usr/share/doc/rhl-cg-en-8.0/s1-httpd-server-settings.html
/usr/share/doc/rhl-cg-en-8.0/s1-httpd-tuning-settings.html
/usr/share/doc/rhl-cg-en-8.0/s1-httpd-virtualhosts-settings.html
/usr/share/doc/rhl-rg-en-8.0/ch-httpd.html
/usr/share/doc/rhl-rg-en-8.0/s1-httpd-v2-mig.html
/usr/share/doc/rhl-rg-en-8.0/s2-httpd-gen.html
/usr/share/pixmaps/nautilus/Bluecurve/gnome-application-x-httpd-php.png
/usr/local/share/downloads/apache/httpd-2.0.44.tar.gz
/usr/src/linux-2.4.18-24.8.0/net/khttpd
/usr/src/linux-2.4.18-24.8.0/net/khttpd/Config.in
/usr/src/linux-2.4.18-24.8.0/net/khttpd/.depend
/usr/src/linux-2.4.18-24.8.0/net/khttpd/datasending.c
/usr/src/linux-2.4.18-24.8.0/net/khttpd/Makefile
/usr/src/linux-2.4.18-24.8.0/net/khttpd/README
/usr/src/linux-2.4.18-24.8.0/net/khttpd/accept.c
/usr/src/linux-2.4.18-24.8.0/net/khttpd/make_times_h.c
/usr/src/linux-2.4.18-24.8.0/net/khttpd/logging.c
/usr/src/linux-2.4.18-24.8.0/net/khttpd/main.c
/usr/src/linux-2.4.18-24.8.0/net/khttpd/prototypes.h
/usr/src/linux-2.4.18-24.8.0/net/khttpd/misc.c
/usr/src/linux-2.4.18-24.8.0/net/khttpd/rfc_time.c
/usr/src/linux-2.4.18-24.8.0/net/khttpd/rfc.c
/usr/src/linux-2.4.18-24.8.0/net/khttpd/waitheaders.c
/usr/src/linux-2.4.18-24.8.0/net/khttpd/security.c
/usr/src/linux-2.4.18-24.8.0/net/khttpd/security.h
/usr/src/linux-2.4.18-24.8.0/net/khttpd/sockets.c
/usr/src/linux-2.4.18-24.8.0/net/khttpd/structure.h
/usr/src/linux-2.4.18-24.8.0/net/khttpd/sysctl.c
/usr/src/linux-2.4.18-24.8.0/net/khttpd/sysctl.h
/usr/src/linux-2.4.18-24.8.0/net/khttpd/userspace.c
/etc/alchemist/namespace/apache
/etc/alchemist/namespace/apache/local.adl.rpmsave
/usr/lib/xemacs/xemacs-packages/lisp/text-modes/apache-mode.elc
/usr/lib/xemacs/xemacs-packages/lisp/text-modes/apache-mode.el
/usr/share/doc/rhl-rg-en-8.0/s1-apache-additional-resources.html
/usr/share/doc/rhl-rg-en-8.0/s1-apache-addmods.html
/usr/share/doc/rhl-rg-en-8.0/s1-apache-config.html
/usr/share/doc/rhl-rg-en-8.0/s1-apache-defaultmods.html
/usr/share/doc/rhl-rg-en-8.0/s1-apache-startstop.html
/usr/share/doc/rhl-rg-en-8.0/s1-apache-virtualhosts.html
/usr/share/icons/Bluecurve/16x16/apps/apacheconf.png
/usr/share/icons/Bluecurve/32x32/apps/apacheconf.png
/usr/share/icons/Bluecurve/48x48/apps/apacheconf.png
/usr/share/apps/quanta/doc/php/function.apache-lookup-uri.html
/usr/share/apps/quanta/doc/php/function.apache-note.html
/usr/share/apps/quanta/doc/php/ref.apache.html
/usr/share/apps/quanta/doc/php/security.apache.html
/usr/share/vim/vim61/syntax/apachestyle.vim
/usr/share/vim/vim61/syntax/apache.vim
Looks alot better as most files/directories are documents. See anything bothersome in this list? If not, I'm deleting them and hoping for the best. Worst case scenario, I rebuild. Thanks, Jeremy
 
Old 02-28-2003, 03:09 PM   #7
MasterC
LQ Guru
 
Registered: Mar 2002
Location: Salt Lake City, UT - USA
Distribution: Gentoo ; LFS ; Kubuntu ; CentOS ; Raspbian
Posts: 12,613

Rep: Reputation: 69
These are the files I'd keep:
Code:
/usr/share/apps/quanta/doc/php/function.apache-lookup-uri.html
/usr/share/apps/quanta/doc/php/function.apache-note.html
/usr/share/apps/quanta/doc/php/ref.apache.html
/usr/share/apps/quanta/doc/php/security.apache.html
/usr/share/vim/vim61/syntax/apachestyle.vim
/usr/share/vim/vim61/syntax/apache.vim
/usr/lib/xemacs/xemacs-packages/lisp/text-modes/apache-mode.elc
/usr/lib/xemacs/xemacs-packages/lisp/text-modes/apache-mode.el
Simply because they appear to be part of other apps, not installed from the apache install; and why break a program?

Otherwise, go for it

Cool
 
Old 02-28-2003, 03:11 PM   #8
JCScoobyRS
Member
 
Registered: Dec 2002
Location: It's a Secret
Distribution: Gentoo
Posts: 79

Original Poster
Rep: Reputation: 15
I'm gonna do it and I'll be back to let you know the outcome. Thanks for your help, Jeremy
 
Old 02-28-2003, 03:12 PM   #9
JCScoobyRS
Member
 
Registered: Dec 2002
Location: It's a Secret
Distribution: Gentoo
Posts: 79

Original Poster
Rep: Reputation: 15
Say, how do I remove a directory and all of it's contents without having to say "y" to each file? Thanks, Jeremy
 
Old 02-28-2003, 03:23 PM   #10
MasterC
LQ Guru
 
Registered: Mar 2002
Location: Salt Lake City, UT - USA
Distribution: Gentoo ; LFS ; Kubuntu ; CentOS ; Raspbian
Posts: 12,613

Rep: Reputation: 69
rm -rf

Be very very careful. That alone can ruin your system. The -r option removes directories, the -f says do it without prompting.

Make sure you don't have a space like so:
rm -rf / usr

This will delete / (ie everything on your system)

Cool
 
Old 02-28-2003, 03:26 PM   #11
JCScoobyRS
Member
 
Registered: Dec 2002
Location: It's a Secret
Distribution: Gentoo
Posts: 79

Original Poster
Rep: Reputation: 15
I deleted all but the ones in question and the docs. The are part of the Red Hat documentation. Thanks alot, Jeremy
 
Old 02-28-2003, 03:30 PM   #12
MasterC
LQ Guru
 
Registered: Mar 2002
Location: Salt Lake City, UT - USA
Distribution: Gentoo ; LFS ; Kubuntu ; CentOS ; Raspbian
Posts: 12,613

Rep: Reputation: 69
Cool, good deal. Let us know if you have anything go very wrong
 
Old 02-28-2003, 03:37 PM   #13
JCScoobyRS
Member
 
Registered: Dec 2002
Location: It's a Secret
Distribution: Gentoo
Posts: 79

Original Poster
Rep: Reputation: 15
Say, could someone help me install it? I know it sounds dumb but I have unzipped and untarred.

Code:
/usr/local/share/programs/apache/httpd-2.0.44
This is where I've extracted the files. I'm trying to follow the directions online and since I'm still quite new to Linux, I'm getting stuck. Thanks, Jeremy

 
Old 02-28-2003, 03:46 PM   #14
bulliver
Senior Member
 
Registered: Nov 2002
Location: Edmonton AB, Canada
Distribution: Gentoo x86_64; Gentoo PPC; FreeBSD; OS X 10.9.4
Posts: 3,760
Blog Entries: 4

Rep: Reputation: 78
Quote:
Bulliver (or anyone reading this who knows): Why is this still there? When the RPM's were removed, should that have not also been removed?
Yeah, that's what I thought!?!?

perhaps rpm -e was run incorrectly, or with the wrong permissions? who knows.

btw, I don't see a problem with deleting the '/etc/rc.d/rc4.d/K15httpd' files. They are the scripts that shut down apache when changing runlevels or rebooting. If they are not removed you will get something like:
Code:
stopping httpd                                             [FAILED]
because httpd isn't running. An annoyance more than a problem but still....

I noticed a few of the files were kernel source, probably not a good idea to remove, and a few belonged to other programs, as Master C pointed out, again, not a good idea to remove.
 
Old 02-28-2003, 03:47 PM   #15
JCScoobyRS
Member
 
Registered: Dec 2002
Location: It's a Secret
Distribution: Gentoo
Posts: 79

Original Poster
Rep: Reputation: 15
I DELETED THE SRC ONES. Oh $hit. What now?
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
removal invinciblegod Linux - Laptop and Netbook 3 06-06-2005 03:47 PM
virus removal Kent Emia Linux - General 3 01-30-2004 03:13 AM
Removal of Linux tszhim Linux - Software 16 06-02-2003 10:49 PM
Apache-linux gateway to NT file server NEED SUGGESTIONS josephswagner Linux - Software 5 04-25-2003 02:05 PM
Grub removal buddycwll Linux - General 5 09-05-2001 03:45 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Software

All times are GMT -5. The time now is 02:08 AM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration