summaryrefslogtreecommitdiff
path: root/release/sysinstall/apache.c
Commit message (Collapse)AuthorAgeFilesLines
* Actually, rethink last commit and simply remove the apache configurationJordan K. Hubbard1997-05-221-441/+0
| | | | | | | | entirely, as promised earlier (it's outdated now and doesn't really belong in sysinstall). Notes: svn path=/head/; revision=25989
* Add a registration screen so we can finally start counting our little userJordan K. Hubbard1997-03-091-1/+2
| | | | | | | puppies. Notes: svn path=/head/; revision=23588
* It's easier to go forwards than backwards with this, and the RELENG_2_1_0Jordan K. Hubbard1997-02-071-1/+1
| | | | | | | | sysinstall was already broken (I think there's a PR for this somewhere). This will require some additional changes elsewhere, like bringing in pw. Notes: svn path=/head/; revision=22388
* Add extra variables for the configuration of all packages, not justJordan K. Hubbard1997-01-201-1/+1
| | | | | | | | | the lynx browser. Submitted-By: David O'Brien <obrien@cs.ucdavis.edu> Notes: svn path=/head/; revision=21897
* Make the long-awaited change from $Id$ to $FreeBSD$Jordan K. Hubbard1997-01-141-1/+1
| | | | | | | | | | | This will make a number of things easier in the future, as well as (finally!) avoiding the Id-smashing problem which has plagued developers for so long. Boy, I'm glad we're not using sup anymore. This update would have been insane otherwise. Notes: svn path=/head/; revision=21673
* Do something I've wanted to do for quite some time - collapse all theJordan K. Hubbard1997-01-031-176/+30
| | | | | | | | common layout code into some work functions and make all the layout-using routine adopt them. Also reorganize includes and generally clean up. Notes: svn path=/head/; revision=21243
* As Paul has just pointed out, much of my strncpy() usage was eitherJordan K. Hubbard1996-12-091-17/+17
| | | | | | | | | | bogus or overly complex and really needed to be done more consistently and sanely throughout - no question about it. Done. Suggested-By: Paul Traina <pst@Shockwave.COM> Notes: svn path=/head/; revision=20247
* Use macros for package names so it's easier to update them in oneJordan K. Hubbard1996-11-041-4/+3
| | | | | | | | | | place (sysinstall.h) when packages change rev. Change the way that the routing daemon is configured entirely, to placate Joerg. Also auto-load gated if it's specified, while we're at it. Notes: svn path=/head/; revision=19385
* Simplify some dialogs on the basis of my changes to ui_objects.c in libdialog.Jordan K. Hubbard1996-09-011-30/+7
| | | | | | | Also update copyright notices. Notes: svn path=/head/; revision=17985
* Try to make screen update more efficient (less flickering) by moreJordan K. Hubbard1996-08-031-5/+4
| | | | | | | judicious use of dialog_clear_norefresh(). Notes: svn path=/head/; revision=17404
* Upgrade Apache to 1.1.1.Jordan K. Hubbard1996-07-131-2/+2
| | | | Notes: svn path=/head/; revision=17157
* Change default user/group to ones that actually exist in default passwdJordan K. Hubbard1996-06-151-3/+3
| | | | | | | file. Notes: svn path=/head/; revision=16395
* Don't cache local copy of "Powered by FreeBSD" logo - use the projectJordan K. Hubbard1996-06-081-6/+4
| | | | | | | one (we're out of space for putting this on the floppy). Notes: svn path=/head/; revision=16224
* Reshuffle the installation routines a little for greater clarify.Jordan K. Hubbard1996-04-291-3/+4
| | | | Notes: svn path=/head/; revision=15451
* Fix an ancient index list bug.Jordan K. Hubbard1996-04-281-58/+58
| | | | | | | | Make FTP re-initializion work. Fix fix fix. Notes: svn path=/head/; revision=15419
* Move some of functions around in order to make this stuff easierJordan K. Hubbard1996-04-281-5/+5
| | | | | | | to work on. Notes: svn path=/head/; revision=15417
* Bring this into sync.Jordan K. Hubbard1996-04-231-49/+40
| | | | | | | | | | | | | I still have a _very very annoying_ display bug which occurs when a menu item causes a submenu to be displayed - the screen repaints for the original menu (which is restored upon return from the submenu) are off by about 4 characters. I've tried restoring the screen, the cursor position, you name it - same deal. Grrrr! This commit is my first step in trying to get someone else to help me look into this one since I'm just tearing my hair out at this point! Notes: svn path=/head/; revision=15355
* 1. Update all the copyrights to delete useless clauses 3 and 4.Jordan K. Hubbard1996-04-131-23/+16
| | | | | | | | 2. Change more of the menu code over to new system. 3. Streamline label editor. Notes: svn path=/head/; revision=15242
* Major surgery.Jordan K. Hubbard1996-04-071-2/+2
| | | | | | | | | | | | | | | | | | 1. Use new dialog menu hacks (no strings, just arrays of dialogMenuItem structs) so that I can create composite menus with radio/checkbox/... items in them, removing some long-standing UI bogons in various menus. This work isn't finished yet, but will be done in two phases. This is phase one. 2. Remove all the script installation stuff. I never got time to document it, it was arcane and it just complicated much of the code. There are better ways of doing this if I want to do auto-driven installations later. 3. Remove much dead code and otherwise attempt to remove as much historical grot as possible so that this code is easier to hack on. This is also a two-stage process, phase one of which is now complete. Notes: svn path=/head/; revision=15091
* Update version number for Apache.Jordan K. Hubbard1996-03-231-2/+2
| | | | Notes: svn path=/head/; revision=14764
* Lots of fixes:Jordan K. Hubbard1996-03-181-144/+132
| | | | | | | | | | | | | | | | | | | 1. Revamp package installer to use new dependency lists and also pkg_add's new `read from stdin' mode to prevent a copy of the package from hitting the disk unnecessarily. 2. More fixes for running "not as init" - don't get upset if CDROM already mounted, do the right thing instead. 3. If running as init, assume first-time install and _don't show the (W)rite option in the fdisk screen. 4. Many other little tweaks, some of which will have to wait for fuller testing until I can create a boot floppy (testing certain system-destroying features of sysinstall can be a royal pain). Expect some more commits. Notes: svn path=/head/; revision=14670
* Miscellaneous cleanup before big round of menu restructuring (to use newJordan K. Hubbard1996-03-021-21/+1
| | | | | | | libdialog features). Notes: svn path=/head/; revision=14321
* Upgrade to Apache 1.0.Jordan K. Hubbard1996-01-211-77/+133
| | | | | | | Submitted by: Coranth Gryphon <gryphon> Notes: svn path=/head/; revision=13540
* Put HTML files into data/ instead of htdocs/Jordan K. Hubbard1995-11-121-4/+4
| | | | Notes: svn path=/head/; revision=12244
* More bug fixes noticed from last install.Jordan K. Hubbard1995-11-051-10/+29
| | | | Notes: svn path=/head/; revision=12085
* Lots-o-cleanup(tm):Jordan K. Hubbard1995-11-031-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | 1. Fix the bogon I introduced that made some root filesystems fail to be made with `unable to make filesystem on sd1s1a' or some such error message. 2. Latest installment in the never-ending chapter on making FTP do the right thing on a cruel internet. 3. Make `express install' a truly express install and split off what it used to do into a `novice install' that's even more geared to the novice by asking questions in order, rather than forcing them through the menu interface. 4. Make anonymous FTP setup truly DTRT. 5. Build lndir directly into sysinstall and make the novice install offer to set up the ports tree. Also make the ports setup truly explanatory about what it's doing, and always link the ports destination to /usr/ports if necessary so that bsd.port.mk doesn't need to be tweaked. Notes: svn path=/head/; revision=12025
* Merge in Coranth's latest Apache setup fixes.Jordan K. Hubbard1995-10-301-23/+30
| | | | | | | | | | Add support for wcd0 back in. Incorporate some of Frank Durda's doc fixes. Other miscellany. Submitted by: SNAP testers & myself. Notes: svn path=/head/; revision=11931
* Some last few tweaks - now the sample home page comes up properly byJordan K. Hubbard1995-10-271-27/+17
| | | | | | | default. Notes: svn path=/head/; revision=11847
* Retrofit Apache server setup to use "Powered by FreeBSD" logo at the bottomJordan K. Hubbard1995-10-271-3/+6
| | | | | | | of the sample page it sets up. Notes: svn path=/head/; revision=11838
* Clean up some last bogons with the WEB server setup (now that I'm farJordan K. Hubbard1995-10-271-7/+9
| | | | | | | enough along to worry about such things!). Notes: svn path=/head/; revision=11834
* Sync up for this snapshot.Jordan K. Hubbard1995-10-261-2/+3
| | | | Notes: svn path=/head/; revision=11804
* o Fix installUpgrade to start the holographic shell as well.Jordan K. Hubbard1995-10-261-3/+10
| | | | | | | | | | o Lots of documentation fixes. o Rename FTP active to "FTP" and explain passive mode better. o Make tcpip screen a bit more friendly. o Literally dozens of nits. Notes: svn path=/head/; revision=11799
* Don't use tar to add packages, use cpio in tar mode. Works better.Jordan K. Hubbard1995-10-221-4/+7
| | | | | | | Make the apache setup try to load the package first.. Notes: svn path=/head/; revision=11691
* 1. Add Coranth Gryphon's Apache WWW server setup screen.Jordan K. Hubbard1995-10-221-0/+572
2. Fix an infinite recursion bug in FTP retry. Tricky, this FTP install! 3. Add messaging routines for scripts. 4. Fix yet more bogons. I think I'm fixing them faster than they're growing, but it's hard to say. I'm really glad we're throwing this code away for 2.2! Notes: svn path=/head/; revision=11685