Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

ocsigenserver(1) [debian man page]

OCSIGEN(1)						      General Commands Manual							OCSIGEN(1)

NAME
ocsigen - Web Development framework in OCaml SYNOPSIS
ocsigen [options] DESCRIPTION
ocsigen is a programming framework providing a new way to create dynamic web sites. Its goal is to offer an alternative to Apache/PHP, based on cutting-edge technologies coming from research in programming languages. With ocsigen, you program in a concise and modular way, with a strong type system which helps you to produce valid xhtml. The server handles sessions, URLs, and page parameters automatically. OPTIONS
-c, --config Alternate configuration file. -d, --daemon Daemon mode (detach the process). This is the default when there are more than 1 process. -help, --help Show summary of options. -p, --pidfile Specify a file where to write the PIDs of the servers. -s, --silent Silent mode (error messages go in errors.log only). -v, --verbose Verbose mode. -V , --veryverbose Very verbose mode (debug). -version Show version of program. SEE ALSO
ocamlc(1). AUTHOR
ocsigen was written by Vincent Balat <vincent.balat@pps.jussieu.fr>. This manual page was written by Samuel Mimram <smimram@debian.org>, for the Debian project (but may be used by others). 2006-09-14 OCSIGEN(1)

Check Out this Related Man Page

PATHFINDERD(8)															    PATHFINDERD(8)

NAME
pathfinderd - RFC3280 Path Discover and Validation Daemon SYNOPSIS
pathfinderd [options] DESCRIPTION
pathfinderd is a fully RFC 3280 compliant path discovery and validation daemon, designed to be a centrally manageable point for PKI trust anchors and configuration. OPTIONS
pathfinderd support the following options: -c, --config=ini:filename.ini UniConf config moniker (default: ini:/etc/pathfinderd.conf) -d, --daemonize Fork into background and return (implies --syslog) --no-syslog Do not write log entries to syslog -q, --quiet Decrease log level (can be used multiple times) -s, --syslog Write log entries to syslog --session Listen on the session bus (instead of the system bus) -v, --verbose Increase log level (can be used multiple times) -?, --help Show summary of options. --usage Show a short usage message. -v, --version Show version of program. SEE ALSO
pathfinderd.conf(3),uniconf.conf(3) AUTHOR
pathfinder was written by Carillon Information Security Inc. This manual page was written by Patrick Patterson <ppatters@debian.org>, for the Debian project (but may be used by others). This product includes software developed by the OpenSSL Project for use in the OpenSSL Toolkit. (http://www.openssl.org/) Patrick Patterson December 23, 2007 PATHFINDERD(8)
Man Page

15 More Discussions You Might Find Interesting

1. UNIX for Dummies Questions & Answers

Need Help

new to unix programming havent got a clue and have to write a program for an asignmentit goes as follows write a program to takes 2 subdirectories as arguments say archarea and myarch, the program must look at eachfile in my area and if it does not existin archarea or is newer than the version in... (5 Replies)
Discussion started by: Happyaf
5 Replies

2. Programming

new to C

although i'm new to programming in C i'm not new to programming. Normally i program in Pl/1 or cobol on a mainframe. I wanted to learn C so i bought myself the book the C programming language. I know it's a simple program but i want to learn and understand the language so that's why i want to... (6 Replies)
Discussion started by: pat
6 Replies

3. Programming

I want a suggestion

I am a student and I love the computer very much , especially in programming. However I know little about programming . I don't know which I should learn (JAVA and C++). Would you like to give me a suggestion ? Thanks! (6 Replies)
Discussion started by: camel
6 Replies

4. Programming

System programming in C

Hi there, Am very very interested in system level programming in C???? Please give me a good site or a sample program to start with.. will be of a great help to me.. Thanks, Nisha (7 Replies)
Discussion started by: Nisha
7 Replies

5. Programming

Simple C question... Hopefully it's simple

Hello. I'm a complete newbie to C programming. I have a C program that wasn't written by me where I need to write some wrappers around it to automate and make it easier for a client to use. The problem is that the program accepts standard input to control the program... I'm hoping to find a simple... (6 Replies)
Discussion started by: Xeed
6 Replies

6. Shell Programming and Scripting

Unix programming scripts.

How can I replace "?" with the appropriate information. (7 Replies)
Discussion started by: ejuste
7 Replies

7. Shell Programming and Scripting

New To Programming

Hello all!! I am new to programming, and to this forum. :D I am having sort of a problem. Me and my coworker are working on a code, both of us are stumped on a few things. One is we have a whole log file, i have found how to extract by column, but not by row. I need to extract by both.:confused:... (7 Replies)
Discussion started by: xkayla06
7 Replies

8. Programming

In what direction should I take computer programming?

I'm a senior in high school trying to start getting into computer programming. All I've done so far is picked up a book on C for beginners and started to teach myself. There aren't really any courses at my high school for introductory programming, so it looks like I'll have to wait for college to... (7 Replies)
Discussion started by: Fritzz
7 Replies

9. Programming

Help with HTML

Hi guys, I'm supposed to write a program to display the "view source" content of a web page...I have no clue were to start... please help me guys.... (9 Replies)
Discussion started by: rakesh_01
9 Replies

10. Programming

Turbo C

Does anybody here know some tutorial sites for turbo c and C++ and other programming language? We had that lesson when i was in first year but i can't easily catch up or something i don't know much. just a little..so i just wanted to learn more about that programming language..if you know some... (4 Replies)
Discussion started by: ryxin
4 Replies

11. Programming

Doubt in C programming (copying data from one file to another)

Hello, i'm new to the forum and so am i to C programming. Recently i've gotten a task to create a program that will read an existing .bin file and copy the data to a non existing (so i have to create it) .txt file (some type of conversion) Now, i now how to put the arguments, opening and... (5 Replies)
Discussion started by: Lyric
5 Replies

12. Programming

System programming in C

Hi guys, i'm programming in C for Linux but i preferred to program in FreeBSD and some FreeBSD system calls are not available in Linux and i want to make my code portable but i don't now really how, but i think if i used some C preprocessors i can make it portable, and the problems is that i don't... (8 Replies)
Discussion started by: pharaoh
8 Replies

13. Programming

beginner to c programming

hii friends i m fairy new to c programming.can any one suggest some good websites and some good books for beginner (6 Replies)
Discussion started by: pankajchandel
6 Replies

14. Programming

How to prevent a C++ program reading a file that is still being written to.?

Hi, Hopefully someone can help. We have a process that writes a file using Connect Direct to our local Solaris server and then our C++ program will pick up the file and process it. Unfortunately, because of the size of the file, the C++ program is processing the file before it has finished... (7 Replies)
Discussion started by: chris01010
7 Replies

15. Programming

Controlling elaboration order in C++ programming

It's been a long time since I fought this battle .... :) I have an application written in c++, very much written in objects, etc. I have a makefile that compiles and links the application. I am running this on a Linux (Fedora 20) platform and all works just fine, but when I compile and link... (6 Replies)
Discussion started by: BillLee
6 Replies